1998-05-17 05:43:37 +00:00
|
|
|
# New ports collection makefile for: Maelstrom
|
|
|
|
# Date created: 13 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-05-17 05:43:37 +00:00
|
|
|
#
|
|
|
|
|
2000-09-28 14:26:13 +00:00
|
|
|
PORTNAME= maelstrom
|
|
|
|
PORTVERSION= 3.0.1
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/
|
|
|
|
DISTNAME= Maelstrom-${PORTVERSION}
|
1998-05-17 05:43:37 +00:00
|
|
|
|
2000-09-28 14:26:13 +00:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
1998-05-17 05:43:37 +00:00
|
|
|
|
2000-09-28 14:26:13 +00:00
|
|
|
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
|
1998-05-17 05:43:37 +00:00
|
|
|
|
2000-09-28 14:26:13 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
|
|
|
USE_NEWGCC= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-05-17 05:43:37 +00:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-09-28 14:26:13 +00:00
|
|
|
INSTALL_TARGET= install install_gamedocs
|
1998-05-17 05:43:37 +00:00
|
|
|
.endif
|
|
|
|
|
2000-08-21 15:47:10 +00:00
|
|
|
post-install:
|
|
|
|
${CHOWN} root:games ${PREFIX}/bin/Maelstrom
|
|
|
|
${CHMOD} 2755 ${PREFIX}/bin/Maelstrom
|
|
|
|
${CHMOD} 664 ${PREFIX}/share/Maelstrom/Maelstrom-Scores
|
|
|
|
${CHOWN} root:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores
|
|
|
|
|
1998-05-17 05:43:37 +00:00
|
|
|
.include <bsd.port.mk>
|