2009-08-10 02:29:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/08/10 06:31:42 kili Exp $
|
2003-06-01 06:36:38 -04:00
|
|
|
|
2007-07-06 14:48:15 -04:00
|
|
|
COMMENT= clone of the commodore 64 game paradroids
|
|
|
|
DISTNAME= freedroid-1.0.2
|
2009-08-10 02:29:51 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2003-06-01 06:36:38 -04:00
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freedroid/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://freedroid.sourceforge.net/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2007-07-06 14:48:15 -04:00
|
|
|
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB= SDL X11 Xext c jpeg m png pthread pthread-stubs usbhid vorbis \
|
|
|
|
xcb z
|
2003-06-01 06:36:38 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
LIB_DEPENDS= SDL_image::devel/sdl-image \
|
|
|
|
SDL_mixer::devel/sdl-mixer
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|