mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2a7c46a12f
A long term multiplayer strategy game. PR: 14535 Submitted by: Daniel O'Connor <darius@dons.net.au>
31 lines
782 B
Makefile
31 lines
782 B
Makefile
# New ports collection makefile for: wolfpack
|
|
# Version required: 4.2.6
|
|
# Date created: 26 October 1999
|
|
# Whom: Daniel O'Connor <darius@dons.net.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= empire4.2.6
|
|
PKGNAME= wolfpack-4.2.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://empire.idlpaper.com/pub/empire/server/
|
|
|
|
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>
|