openbsd-ports/games/freedroid/Makefile

28 lines
595 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.8 2010/11/16 11:23:26 espie Exp $
COMMENT= clone of the commodore 64 game paradroids
DISTNAME= freedroid-1.0.2
2010-11-08 10:54:53 -05:00
REVISION = 0
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
WANTLIB= SDL X11 Xext c jpeg m png pthread pthread-stubs usbhid vorbis \
2010-11-08 10:54:53 -05:00
xcb z SDL_image SDL_mixer
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
2010-11-16 06:23:25 -05:00
LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer
.include <bsd.port.mk>