openbsd-ports/games/sdlroids/Makefile
2004-11-28 22:41:14 +00:00

27 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.8 2004/11/28 22:41:21 espie Exp $
COMMENT= "essentially an Asteroids clone"
DISTNAME= sdlroids-1.3.4
CATEGORIES= games
HOMEPAGE= http://david.hedbor.org/projects/sdlroids/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlroids/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m pthread usbhid
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>