mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6e1bad5351
Obtained from: the net Import of new port games/netrek-COW3-bin, a multiplayer space battle type game with a Star Trek theme. This is the 'COW3' client, which has all the whiz-bang features that everyone seems to want nowadays, like a nifty 256-color mode, sound, etc. It's probably not a wise choice if you have a slower machine; use the BRMH client instead.
30 lines
676 B
Makefile
30 lines
676 B
Makefile
# New ports collection makefile for: netrek
|
|
# Version required: COW 3.00pl0
|
|
# Date created: 15 Mar 1999
|
|
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= COW.3.00pl0.FreeBSD
|
|
PKGNAME= netrek-COW-3.00p0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://bigbang.astro.indiana.edu/pub/netrek/COW/COW-bin/
|
|
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>
|