2015-02-16 22:57:07 +00:00

27 lines
472 B
Makefile

# $OpenBSD: Makefile,v 1.19 2015/02/16 22:57:08 naddy Exp $
COMMENT= essentially an Asteroids clone
DISTNAME= sdlroids-1.3.4
REVISION = 2
CATEGORIES= games
HOMEPAGE= http://sourceforge.net/projects/sdlroids/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlroids/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL c m pthread SDL_mixer
LIB_DEPENDS= devel/sdl-mixer
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
post-extract:
@rm ${WRKSRC}/README.orig
.include <bsd.port.mk>