diff options
Diffstat (limited to 'net/punkbuster-data/Makefile')
-rw-r--r-- | net/punkbuster-data/Makefile | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/net/punkbuster-data/Makefile b/net/punkbuster-data/Makefile deleted file mode 100644 index adb980a8a231..000000000000 --- a/net/punkbuster-data/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: punkbuster anti cheat server data file -# Date created: 29 Mar 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= punkbuster -PORTVERSION= 0.1157.0 -CATEGORIES= net linux -MASTER_SITES= http://www.evenbalance.com/downloads/ -PKGNAMESUFFIX= -data -EXTRACT_SUFX= -DISTFILES= cvar.cfg pbclhl.dat pbclhl_ -DIST_SUBDIR= punkbuster/${PORTVERSION} -EXTRACT_ONLY= - -MAINTAINER= lioux@FreeBSD.org - -BROKEN= developer is shifting from one gaming platform to\ - another. development has been halted for a while -NO_PACKAGE= the software terms do not allow non-standard\ - ${PORTNAME} distributions - -NO_BUILD= yes -PLIST_SUB= PUNKBUSTER_DIR="${PUNKBUSTER_DIR:S/^\///}/" \ - PUNKBUSTER_DATA="${PUNKBUSTER_DATA}" - -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} - -# pkg data files -DESCR= ${PUNKBUSTER_PORT}/pkg-descr -PKGMESSAGE= ${PUNKBUSTER_PORT}/pkg-message - -USE_LINUX_PREFIX= yes -PUNKBUSTER_PORT= ${.CURDIR}/../punkbuster -# the later is not working, hummm. Help? -#PUNKBUSTER_DIR!= cd ${PUNKBUSTER_PORT} && ${MAKE} -V PUNKBUSTER_DIR -PUNKBUSTER_DIR= /usr/games/punkbuster -PUNKBUSTER_DATA= ${PKGNAME} - -do-install: - @${INSTALL_DIR} ${PREFIX}${PUNKBUSTER_DIR} - @${TOUCH} ${PREFIX}${PUNKBUSTER_DIR}/${PKGNAME} -.for file in ${DISTFILES} - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} \ - ${PREFIX}${PUNKBUSTER_DIR} -.endfor - @(cd ${PUNKBUSTER_PORT} && ${MAKE} pkgmessage-output) - -.include <bsd.port.mk> |