f929ca0303
- add '/' to make MASTER_SITES easier to read - simplify LIB_DEPENDS/WANTLIB pointed out and ok ajacoutot@ ok okan@ merdely@
29 lines
652 B
Makefile
29 lines
652 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/06/04 16:23:33 phessler Exp $
|
|
|
|
COMMENT = asteroid-like game
|
|
|
|
DISTNAME = Maelstrom-3.0.6
|
|
PKGNAME = ${DISTNAME:L}p0
|
|
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
|
|
|
|
USE_X11 = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WANTLIB = SDL c m pthread stdc++
|
|
LIB_DEPENDS = SDL_net::devel/sdl-net
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's, Maelstrom, maelstrom,g' ${WRKSRC}/README.network
|
|
|
|
.include <bsd.port.mk>
|