openbsd-ports/games/sdlroids/Makefile

32 lines
581 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.15 2010/11/16 11:23:28 espie Exp $
COMMENT= essentially an Asteroids clone
DISTNAME= sdlroids-1.3.4
2010-11-08 10:54:53 -05:00
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
2010-11-08 10:54:53 -05:00
WANTLIB= SDL c m pthread SDL_mixer
2010-11-16 06:23:25 -05:00
LIB_DEPENDS= devel/sdl-mixer
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
post-extract:
@rm ${WRKSRC}/README.orig
.include <bsd.port.mk>