1998-05-17 07:43:37 +02:00
|
|
|
# New ports collection makefile for: Maelstrom
|
|
|
|
# Date created: 13 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-05-17 07:43:37 +02:00
|
|
|
#
|
|
|
|
|
2000-09-28 16:26:13 +02:00
|
|
|
PORTNAME= maelstrom
|
2003-06-08 11:28:30 +02:00
|
|
|
PORTVERSION= 3.0.6
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 6
|
2000-09-28 16:26:13 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/
|
|
|
|
DISTNAME= Maelstrom-${PORTVERSION}
|
1998-05-17 07:43:37 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Asteroids-style game for X Window System
|
1998-05-17 07:43:37 +02:00
|
|
|
|
2004-08-23 20:55:00 +02:00
|
|
|
USE_SDL= sdl net
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
2000-09-28 16:26:13 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1998-05-17 07:43:37 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-09-28 16:26:13 +02:00
|
|
|
INSTALL_TARGET= install install_gamedocs
|
1998-05-17 07:43:37 +02:00
|
|
|
.endif
|
|
|
|
|
2000-08-21 17:47:10 +02: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 07:43:37 +02:00
|
|
|
.include <bsd.port.mk>
|