aboutsummaryrefslogtreecommitdiffstats
path: root/games/utserver-asu/Makefile
blob: b6d27b84a7aae16a5ed4f44cdb995f95f6616e7d (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
# New ports collection makefile for:    abfackelns Server Utilities for UT
# Date created:             Thu Oct 4 23:38:00 CEST 2001
# Whom:         Martin Matuska <matuska@wu-wien.ac.at>
#
# $FreeBSD$
#

PORTNAME=   asu
PORTVERSION=    0.4
MASTER_SITES=   ftp://ftp.abfackeln.com/pub/linux/ut/
DISTNAME=   asu-${PORTVERSION}

MAINTAINER= matuska@wu-wien.ac.at

RUN_DEPENDS=    unzip:${PORTSDIR}/archivers/unzip

WRKSRC=     ${WRKDIR}/Abfackeln.com
DONT_USE_ZIP=   yes
DO_USE_WRKSUBDIR=   yes
EXECUTABLES=    pl  

post-patch:
    @${SED} -e "s|%%LINUXBASE%%|${LINUXBASE}|" \
        -e "s|%%UTDIR%%|${UTDIR}|" \
        ${FILESDIR}/template-settings.ini > ${WRKSRC}/Lib/settings.ini

UT_MASTER_PORT= ${.CURDIR}/../utserver-to

.include "${UT_MASTER_PORT}/Makefile"