freebsd-ports/games/netrek-BRMH-bin/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

26 lines
624 B
Makefile

PORTNAME= netrek-BRMH
PORTVERSION= 2.2.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://ftp.netrek.org/pub/netrek/mirrors/ftp.csua.berkeley.edu.old/netrek/ \
DISTNAME= BRMH-2.2p2.freebsd.bin
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= 16-player network space battle/conquest game with a Star Trek theme
WWW= https://www.netrek.org/
NO_BUILD= YES
NO_WRKSUBDIR= YES
PLIST_FILES= bin/netrek
do-extract:
@${MKDIR} ${WRKDIR}
${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netrek
do-install:
${INSTALL} -c -m 555 ${WRKDIR}/netrek ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>