diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 22:37:44 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 22:37:44 +0000 |
commit | 7dc3156962783dd3598b92b3d8b9b9ca7a96c653 (patch) | |
tree | b7541f47a0d28a44026459a182ec91c7d5f29abc /games/netrek-BRMH-bin/Makefile | |
parent | 1912468335fa0be5cbe891aac96ccdf4ade592a1 (diff) |
Notes
Diffstat (limited to 'games/netrek-BRMH-bin/Makefile')
-rw-r--r-- | games/netrek-BRMH-bin/Makefile | 29 |
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> |