openbsd-ports/games/sdlroids/Makefile

29 lines
590 B
Makefile
Raw Normal View History

2002-05-13 09:28:07 -04:00
# $OpenBSD: Makefile,v 1.5 2002/05/13 13:28:07 lebel Exp $
COMMENT= "essentially an Asteroids clone"
DISTNAME= sdlroids-1.3.4
CATEGORIES= games
2002-05-13 09:28:07 -04:00
NEED_VERSION= 1.528
HOMEPAGE= http://david.hedbor.org/projects/sdlroids/
2002-05-13 09:28:07 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlroids/}
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>