2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Donald Burr <dburr@FreeBSD.org>
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1999-03-15 23:37:44 +01:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= netrek-BRMH
|
|
|
|
PORTVERSION= 2.2.2
|
- 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= 2
|
1999-03-15 23:37:44 +01:00
|
|
|
CATEGORIES= games
|
2005-12-14 21:46:09 +01:00
|
|
|
MASTER_SITES= http://ftp.netrek.org/pub/netrek/mirrors/ftp.csua.berkeley.edu.old/netrek/ \
|
2011-11-19 00:30:13 +01:00
|
|
|
|
2000-04-15 13:28:18 +02:00
|
|
|
DISTNAME= BRMH-2.2p2.freebsd.bin
|
|
|
|
EXTRACT_SUFX= .gz
|
1999-03-15 23:37:44 +01:00
|
|
|
|
2005-03-17 17:42:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-11-17 01:57:53 +01:00
|
|
|
COMMENT= 16-player network space battle/conquest game with a Star Trek theme
|
1999-03-15 23:37:44 +01:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
NO_WRKSUBDIR= YES
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/netrek
|
1999-03-15 23:37:44 +01:00
|
|
|
|
|
|
|
do-extract:
|
2013-11-17 01:57:53 +01:00
|
|
|
@${MKDIR} ${WRKDIR}
|
1999-03-15 23:37:44 +01:00
|
|
|
${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netrek
|
|
|
|
|
|
|
|
do-install:
|
2013-11-17 01:57:53 +01:00
|
|
|
${INSTALL} -c -m 555 ${WRKDIR}/netrek ${STAGEDIR}${PREFIX}/bin
|
1999-03-15 23:37:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|