openbsd-ports/games/sdlroids/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

32 lines
574 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/03/29 13:38:30 sthen Exp $
COMMENT= essentially an Asteroids clone
DISTNAME= sdlroids-1.3.4
REVISION = 1
CATEGORIES= games
HOMEPAGE= http://david.hedbor.org/projects/sdlroids/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlroids/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL c m pthread SDL_mixer
LIB_DEPENDS= devel/sdl-mixer
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
post-extract:
@rm ${WRKSRC}/README.orig
.include <bsd.port.mk>