mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7dc3156962
Obtained from: the net Import of new port games/netrek-BRMH-bin, a multi-player space battle/ warfare/conquest type game, with a Star Trek theme. This is the "BRMH" version of the client, which is optimized for speed and will perform better on sluggish machines.
30 lines
669 B
Makefile
30 lines
669 B
Makefile
# 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>
|