freebsd-ports/games/netrek-BRMH-bin/Makefile
Donald Burr 7dc3156962 Submitted by: Donald Burr <dburr@FreeBSD.ORG>
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.
1999-03-15 22:37:44 +00:00

29 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>