blob: c84da4527ac4ea0e463190e12c17be3c7a5488fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|