2001-10-17 04:23:01 +02:00
|
|
|
# New ports collection makefile for: abfackelns Server Utilities for UT
|
|
|
|
# Date created: Thu Oct 4 23:38:00 CEST 2001
|
2002-12-16 03:24:19 +01:00
|
|
|
# Whom: Martin Matuska <martin@tradex.sk>
|
2001-10-17 04:23:01 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= asu
|
2002-01-30 17:09:33 +01:00
|
|
|
PORTVERSION= 0.5
|
|
|
|
MASTER_SITES= ftp://ftp.abfackeln.com/pub/linux/ut/asu/
|
|
|
|
DISTNAME= asu-${PORTVERSION}
|
2001-10-17 04:23:01 +02:00
|
|
|
|
2003-03-25 02:39:55 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Abfackelns Server Utilities (ASU) for Unreal Tournament Server (Linux)
|
2001-10-17 04:23:01 +02:00
|
|
|
|
2001-10-18 00:18:41 +02:00
|
|
|
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
|
2004-02-22 05:07:05 +01:00
|
|
|
BROKEN= "Checksum mismatch"
|
|
|
|
|
2002-01-30 17:09:33 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2001-10-17 04:23:01 +02:00
|
|
|
DONT_USE_ZIP= yes
|
|
|
|
DO_USE_WRKSUBDIR= yes
|
2001-10-27 00:19:04 +02:00
|
|
|
EXECUTABLES= pl
|
|
|
|
|
|
|
|
post-extract:
|
2002-01-30 17:09:33 +01:00
|
|
|
@${GZIP_CMD} -c ${FILESDIR}/ucc.init > ${WRKSRC}/ASU/ucc.init.gz
|
2001-10-17 04:23:01 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${SED} -e "s|%%LINUXBASE%%|${LINUXBASE}|" \
|
|
|
|
-e "s|%%UTDIR%%|${UTDIR}|" \
|
2002-01-30 17:09:33 +01:00
|
|
|
${FILESDIR}/template-settings.ini > ${WRKSRC}/ASU/settings.ini
|
2001-10-17 04:23:01 +02:00
|
|
|
|
|
|
|
UT_MASTER_PORT= ${.CURDIR}/../utserver-to
|
|
|
|
|
|
|
|
.include "${UT_MASTER_PORT}/Makefile"
|