diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-10 11:44:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-10 11:44:29 +0000 |
commit | abe30108e874de78f7aa0ea6d4aeb88aee5724fd (patch) | |
tree | bc7910adaed8b495a7d80f0c5dff2235b50e2301 /games/phpua-bf | |
parent | - Allow user to redefine installation directory (diff) |
Add phpua-bf, Battlefield 1942 plug-in for phpUA.
PR: ports/65185
Submitted by: Hideki Machida <hido@neojapangz.com>
Notes
Notes:
svn path=/head/; revision=106642
Diffstat (limited to 'games/phpua-bf')
-rw-r--r-- | games/phpua-bf/Makefile | 52 | ||||
-rw-r--r-- | games/phpua-bf/distinfo | 2 | ||||
-rw-r--r-- | games/phpua-bf/files/pkg-opts | 10 | ||||
-rw-r--r-- | games/phpua-bf/pkg-descr | 11 | ||||
-rw-r--r-- | games/phpua-bf/pkg-plist | 15 |
5 files changed, 90 insertions, 0 deletions
diff --git a/games/phpua-bf/Makefile b/games/phpua-bf/Makefile new file mode 100644 index 000000000000..5776b6289591 --- /dev/null +++ b/games/phpua-bf/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: phpua-plugin_bf +# Date created: 20 Feb 2003 +# Whom: hideki +# +# $FreeBSD$ +# + +PORTNAME= phpua-plugin_bf +PORTVERSION= 1.1.0b +CATEGORIES= games www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= phpua + +MAINTAINER= hido@neojapangz.com +COMMENT= A Battlefield 1942 plugin for phpUA + +RUN_DEPENDS= ${PKG_DBDIR}/phpua-engine-1.1.0b:${PORTSDIR}/games/phpua-engine + +# Some variables you can change +PHPUA?= www/data/phpua +USER?= www +GROUP?= www + +# Static Variables +PKGOPTS= ${FILESDIR}/pkg-opts + +NO_BUILD= yes + +PLIST_SUB+= PHPUA=${PHPUA} + +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-install: + @ ${CP} -R ${WRKDIR}/plugins ${PREFIX}/${PHPUA}/ + @ ${CP} -R ${WRKDIR}/templates ${PREFIX}/${PHPUA}/ + @ ${CHOWN} -R ${USER}:${GROUP} ${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-bf/distinfo b/games/phpua-bf/distinfo new file mode 100644 index 000000000000..7e5e0f9635fc --- /dev/null +++ b/games/phpua-bf/distinfo @@ -0,0 +1,2 @@ +MD5 (phpua-plugin_bf-1.1.0b.tar.gz) = e6482258816f2cfffe8c993e221e5cd9 +SIZE (phpua-plugin_bf-1.1.0b.tar.gz) = 8634 diff --git a/games/phpua-bf/files/pkg-opts b/games/phpua-bf/files/pkg-opts new file mode 100644 index 000000000000..60e0b3999572 --- /dev/null +++ b/games/phpua-bf/files/pkg-opts @@ -0,0 +1,10 @@ + +> PHPUA [www/data/phpua] + The DocumentRoot for your webserver under ${PREFIX} + +> USER [www] + The user ID under which your webserver runs + +> GROUP [www] + The group ID under which your webserver runs + diff --git a/games/phpua-bf/pkg-descr b/games/phpua-bf/pkg-descr new file mode 100644 index 000000000000..950dbbc83018 --- /dev/null +++ b/games/phpua-bf/pkg-descr @@ -0,0 +1,11 @@ +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 Battlefield 1942. + +WWW: http://phpua.sourceforge.net/ + +- Hideki +hido@neojapangz.com diff --git a/games/phpua-bf/pkg-plist b/games/phpua-bf/pkg-plist new file mode 100644 index 000000000000..ad045e6c2cdf --- /dev/null +++ b/games/phpua-bf/pkg-plist @@ -0,0 +1,15 @@ +%%PHPUA%%/plugins/plugin_bf/plugin_bf.inc +%%PHPUA%%/plugins/plugin_bf/plugin_bf_mode_info.inc +%%PHPUA%%/plugins/plugin_bf/plugin_bf_mode_rules.inc +%%PHPUA%%/plugins/plugin_bf/plugin_bf_mode_watch.inc +%%PHPUA%%/templates/default/plugin_bf/info.tpl +%%PHPUA%%/templates/default/plugin_bf/rules.tpl +%%PHPUA%%/templates/default/plugin_bf/watch.js +%%PHPUA%%/templates/default/plugin_bf/watch.tpl +%%PHPUA%%/templates/default/plugin_bf/x.js +%%PHPUA%%/templates/javascript/plugin_bf/info.tpl +%%PHPUA%%/templates/wap/plugin_bf/info.tpl +@dirrm %%PHPUA%%/templates/wap/plugin_bf +@dirrm %%PHPUA%%/templates/javascript/plugin_bf +@dirrm %%PHPUA%%/templates/default/plugin_bf +@dirrm %%PHPUA%%/plugins/plugin_bf |