2017-12-07 13:12:44 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2017/12/07 13:12:44 espie Exp $
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2010-01-09 09:01:41 +00:00
|
|
|
COMMENT = clone of arcade game 'Defender' with a Linux theme
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2010-01-09 09:01:41 +00:00
|
|
|
DISTNAME = defendguin-0.0.12
|
|
|
|
CATEGORIES = games x11
|
2017-12-07 13:12:44 +00:00
|
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2010-01-09 09:01:41 +00:00
|
|
|
HOMEPAGE = http://www.newbreedsoftware.com/defendguin/
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2010-01-09 09:01:41 +00:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2010-01-09 09:01:41 +00:00
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2007-12-04 15:27:35 +00:00
|
|
|
|
2010-11-08 15:54:53 +00:00
|
|
|
WANTLIB = SDL c m pthread SDL_mixer
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2015-06-10 08:46:52 +00:00
|
|
|
MASTER_SITES = ftp://ftp.tuxpaint.org/unix/x/defendguin/src/
|
2003-08-08 21:15:06 +00:00
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS = devel/sdl-mixer
|
2010-01-09 09:01:41 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST = Yes
|
2003-08-08 21:15:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|