openbsd-ports/games/sdlroids/Makefile
kirby dc96cb5dd4 - update HOMEPAGE
- update MASTER_SITES where needed
 - regen distinfo while here
patch from Martin Natano with tweaks by me.
2013-05-26 09:30:55 +00:00

29 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.18 2013/05/26 09:30:55 kirby 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
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
post-extract:
@rm ${WRKSRC}/README.orig
.include <bsd.port.mk>