openbsd-ports/games/maelstrom/Makefile

29 lines
645 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.5 2010/11/16 11:23:27 espie Exp $
COMMENT = asteroid-like game
DISTNAME = Maelstrom-3.0.6
2010-11-08 10:54:53 -05:00
PKGNAME = ${DISTNAME:L}
REVISION = 0
CATEGORIES = games x11
HOMEPAGE = http://www.devolution.com/~slouken/Maelstrom/
MASTER_SITES = ${HOMEPAGE}/src/
MAINTAINER = Peter Hessler <phessler@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
2010-11-08 10:54:53 -05:00
WANTLIB = SDL c m pthread stdc++ SDL_net
2010-11-16 06:23:25 -05:00
LIB_DEPENDS = devel/sdl-net
pre-configure:
@perl -pi -e 's, Maelstrom, maelstrom,g' ${WRKSRC}/README.network
.include <bsd.port.mk>