2013-10-11 23:48:03 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2013/10/11 23:49:37 naddy Exp $
|
2003-06-01 10:36:38 +00:00
|
|
|
|
2007-07-06 18:48:15 +00:00
|
|
|
COMMENT= clone of the commodore 64 game paradroids
|
|
|
|
DISTNAME= freedroid-1.0.2
|
2010-11-08 15:54:53 +00:00
|
|
|
REVISION = 0
|
2003-06-01 10:36:38 +00:00
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freedroid/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://freedroid.sourceforge.net/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-07-06 18:48:15 +00:00
|
|
|
|
2009-08-10 06:29:51 +00:00
|
|
|
WANTLIB= SDL X11 Xext c jpeg m png pthread pthread-stubs usbhid vorbis \
|
2010-11-08 15:54:53 +00:00
|
|
|
xcb z SDL_image SDL_mixer
|
2003-06-01 10:36:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS= devel/sdl-image \
|
|
|
|
devel/sdl-mixer
|
2003-06-01 10:36:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|