diff options
Diffstat (limited to 'games/phpua-ut2003')
-rw-r--r-- | games/phpua-ut2003/Makefile | 59 | ||||
-rw-r--r-- | games/phpua-ut2003/distinfo | 2 | ||||
-rw-r--r-- | games/phpua-ut2003/files/pkg-opts | 10 | ||||
-rw-r--r-- | games/phpua-ut2003/pkg-descr | 8 | ||||
-rw-r--r-- | games/phpua-ut2003/pkg-plist | 20 |
5 files changed, 0 insertions, 99 deletions
diff --git a/games/phpua-ut2003/Makefile b/games/phpua-ut2003/Makefile deleted file mode 100644 index 37a96788fc5d..000000000000 --- a/games/phpua-ut2003/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: phpua-plugin_ut2003 -# Date created: 29 March 2003 -# Whom: hideki -# -# $FreeBSD$ -# - -PORTNAME= phpua-plugin_ut2003 -PORTVERSION= 1.1.0b -PORTREVISION= 1 -CATEGORIES= games www -MASTER_SITES= SF/phpua/Plug-in_%20Unreal%20Tournament%202k3/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Unreal Tournament 2003 plugin for phpUA - -BUILD_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= depends on phpua-engine -EXPIRATION_DATE= 2011-11-01 - -# Some variables you can change -PHPUA?= www/phpua -PHPUA_USER?= ${WWWOWN} -PHPUA_GROUP?= ${WWWGRP} - -# Static Variables -PKGOPTS= ${FILESDIR}/pkg-opts - -NO_BUILD= yes - -PLIST_SUB+= PHPUA=${PHPUA} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP} - -options: - @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" - @ ${CAT} ${PKGOPTS} - -pre-everything:: -.if !defined(BATCH) - @ ${TEST} -r ${PKGOPTS} && \ - (${ECHO_MSG} '-------------------------------------------------------------------------'; \ - ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \ - ${ECHO_MSG} '-------------------------------------------------------------------------') -.endif - -do-extract: - @ ${MKDIR} ${WRKSRC} - @ cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} - -do-install: - @ ${CHOWN} -R ${PHPUA_USER}:${PHPUA_GROUP} ${WRKSRC} - @ ${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPUA}/ - @ ${ECHO_MSG} "" - @ ${ECHO_MSG} "* Files have been installed in" - @ ${ECHO_MSG} "* ${PREFIX}/${PHPUA}" - @ ${ECHO_MSG} "*" - -.include <bsd.port.mk> diff --git a/games/phpua-ut2003/distinfo b/games/phpua-ut2003/distinfo deleted file mode 100644 index 1c8b0e91bbe7..000000000000 --- a/games/phpua-ut2003/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (phpua-plugin_ut2003-1.1.0b.tar.gz) = 27961c91108210453db91dbcc274121ee7cbc7bb9ed4ea67700428243c3a86cc -SIZE (phpua-plugin_ut2003-1.1.0b.tar.gz) = 7646 diff --git a/games/phpua-ut2003/files/pkg-opts b/games/phpua-ut2003/files/pkg-opts deleted file mode 100644 index 5c101844d9b6..000000000000 --- a/games/phpua-ut2003/files/pkg-opts +++ /dev/null @@ -1,10 +0,0 @@ - -> PHPUA [www/data/phpua] - The DocumentRoot for your webserver under ${PREFIX} - -> PHPUA_USER [www] - The user ID under which your webserver runs - -> PHPUA_GROUP [www] - The group ID under which your webserver runs - diff --git a/games/phpua-ut2003/pkg-descr b/games/phpua-ut2003/pkg-descr deleted file mode 100644 index 5efb84cf4dc3..000000000000 --- a/games/phpua-ut2003/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -phpUA is a PHP script that enables gaming server administrators -to manage their servers via a website interface and to display -server information including live statistics to the public. -Plug-ins allow for game, language and website design compatibility. - -This is a plug-in for Unreal Tournament 2003. - -WWW: http://phpua.sourceforge.net/ diff --git a/games/phpua-ut2003/pkg-plist b/games/phpua-ut2003/pkg-plist deleted file mode 100644 index 5dca456a48ca..000000000000 --- a/games/phpua-ut2003/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003.inc -%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_info.inc -%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_rules.inc -%%PHPUA%%/plugins/plugin_ut2003/plugin_ut2003_mode_watch.inc -%%PHPUA%%/templates/default/plugin_ut2003/info.tpl -%%PHPUA%%/templates/default/plugin_ut2003/rules.tpl -%%PHPUA%%/templates/default/plugin_ut2003/watch.js -%%PHPUA%%/templates/default/plugin_ut2003/watch.tpl -%%PHPUA%%/templates/default/plugin_ut2003/x.js -%%PHPUA%%/templates/javascript/plugin_ut2003/info.tpl -%%PHPUA%%/templates/wap/plugin_ut2003/info.tpl -@dirrm %%PHPUA%%/templates/wap/plugin_ut2003 -@dirrmtry %%PHPUA%%/templates/wap -@dirrm %%PHPUA%%/templates/javascript/plugin_ut2003 -@dirrmtry %%PHPUA%%/templates/javascript -@dirrm %%PHPUA%%/templates/default/plugin_ut2003 -@dirrmtry %%PHPUA%%/templates/default -@dirrmtry %%PHPUA%%/templates -@dirrm %%PHPUA%%/plugins/plugin_ut2003 -@dirrmtry %%PHPUA%%/plugins |