mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# New ports collection makefile for: netrek
|
|
# Date created: 15 Mar 1999
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netrek-COW
|
|
PORTVERSION= 3.00.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://bigbang.astro.indiana.edu/pub/netrek/COW/COW-bin/
|
|
DISTFILES= COW.3.00pl0.FreeBSD.gz
|
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
|
|
|
USE_X_PREFIX= YES
|
|
NO_BUILD= YES
|
|
NO_WRKSUBDIR= YES
|
|
|
|
do-extract:
|
|
${MKDIR} ${WRKDIR}
|
|
${GUNZIP_CMD} < ${DISTDIR}/${DISTFILES} > ${WRKDIR}/netrek
|
|
|
|
do-install:
|
|
${INSTALL} -c -o root -g wheel -m 555 ${WRKDIR}/netrek ${PREFIX}/bin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|