1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/wolfpack/Makefile
Chris D. Faulhaber 6bb8682ad6 Update port to 4.2.7
PR:		19440
Submitted by:	Maintainer
2000-06-22 14:38:46 +00:00

31 lines
759 B
Makefile

# New ports collection makefile for: wolfpack
# Date created: 26 October 1999
# Whom: Daniel O'Connor <darius@dons.net.au>
#
# $FreeBSD$
#
PORTNAME= wolfpack
PORTVERSION= 4.2.7
CATEGORIES= games
MASTER_SITES= ftp://empire.idlpaper.com/pub/empire/server/
DISTNAME= empire${PORTVERSION}
MAINTAINER= darius@dons.net.au
IS_INTERACTIVE= yes # configure script asks questions
WRKSRC= ${WRKDIR}/emp4
ALL_TARGET= freebsd
MAN1= fairland.1 files.1 land.1 ore.1 pconfig.1 perfect.1
MAN6= emp_client.6 emp_server.6
MAKE_ARGS= PREFIX=${PREFIX}
post-install:
${CHMOD} 750 ${PREFIX}/wolfpack/data
${CHMOD} 755 ${PREFIX}/wolfpack/info.nr
@${CAT} ${FILESDIR}/post-install-info
.include <bsd.port.mk>