2010-01-09 04:01:41 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/01/09 09:01:41 benoit Exp $
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
COMMENT = clone of arcade game 'Defender' with a Linux theme
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
DISTNAME = defendguin-0.0.12
|
|
|
|
CATEGORIES = games x11
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
HOMEPAGE = http://www.newbreedsoftware.com/defendguin/
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2007-12-04 10:27:35 -05:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
WANTLIB = SDL c m pthread
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
MASTER_SITES = ftp://ftp.billsgames.com/unix/x/defendguin/src/
|
2003-08-08 17:15:06 -04:00
|
|
|
|
2010-01-09 04:01:41 -05:00
|
|
|
LIB_DEPENDS = SDL_mixer::devel/sdl-mixer
|
|
|
|
|
|
|
|
USE_X11 = Yes
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
2003-08-08 17:15:06 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|