summaryrefslogtreecommitdiff
path: root/games/netrek-BRMH-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/netrek-BRMH-bin/Makefile')
-rw-r--r--games/netrek-BRMH-bin/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/netrek-BRMH-bin/Makefile b/games/netrek-BRMH-bin/Makefile
new file mode 100644
index 000000000000..2759709e687c
--- /dev/null
+++ b/games/netrek-BRMH-bin/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: netrek
+# Version required: BRMH 2.2p2
+# Date created: 15 Mar 1999
+# Whom: Donald Burr <dburr@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= BRMH-2.2p2.freebsd.bin
+PKGNAME= netrek-BRMH-2.2p2
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.solace.mh.se/pub/netrek/clients/bsd/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= dburr@FreeBSD.ORG
+
+USE_X_PREFIX= YES
+NO_BUILD= YES
+NO_WRKSUBDIR= YES
+
+do-extract:
+ ${MKDIR} ${WRKDIR}
+ ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netrek
+
+do-install:
+ ${INSTALL} -c -o root -g wheel -m 555 ${WRKDIR}/netrek ${PREFIX}/bin
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>