aboutsummaryrefslogtreecommitdiffstats
path: root/games/wolfpack/Makefile
blob: d6a0e17d08c5a7ce8e75674afe5b309ed23377e7 (plain) (blame)
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
31
32
# 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.8
CATEGORIES= games
MASTER_SITES=   ftp://empire.idlpaper.com/pub/empire/server/
DISTNAME=   empire${PORTVERSION}

MAINTAINER= darius@dons.net.au

.if !defined(BATCH)
IS_INTERACTIVE= yes     # configure script asks questions
.endif
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>