24 lines
502 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2013/10/11 23:49:37 naddy Exp $
COMMENT= clone of the commodore 64 game paradroids
DISTNAME= freedroid-1.0.2
2010-11-08 15:54:53 +00:00
REVISION = 0
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freedroid/}
HOMEPAGE= http://freedroid.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
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
CONFIGURE_STYLE=gnu
2010-11-16 11:23:25 +00:00
LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer
.include <bsd.port.mk>