Makefile 504 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.14 2015/06/10 08:46:52 bentley Exp $
  2. COMMENT = clone of arcade game 'Defender' with a Linux theme
  3. DISTNAME = defendguin-0.0.12
  4. CATEGORIES = games x11
  5. HOMEPAGE = http://www.newbreedsoftware.com/defendguin/
  6. MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
  7. # GPLv2
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB = SDL c m pthread SDL_mixer
  10. MASTER_SITES = ftp://ftp.tuxpaint.org/unix/x/defendguin/src/
  11. LIB_DEPENDS = devel/sdl-mixer
  12. USE_GMAKE = Yes
  13. NO_TEST = Yes
  14. .include <bsd.port.mk>