summaryrefslogtreecommitdiff
path: root/games/phpua-hl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/phpua-hl/Makefile')
-rw-r--r--games/phpua-hl/Makefile59
1 files changed, 0 insertions, 59 deletions
diff --git a/games/phpua-hl/Makefile b/games/phpua-hl/Makefile
deleted file mode 100644
index dd5fd3887457..000000000000
--- a/games/phpua-hl/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: phpua-plugin_hl
-# Date created: 29 March 2003
-# Whom: hideki
-#
-# $FreeBSD$
-#
-
-PORTNAME= phpua-plugin_hl
-PORTVERSION= 1.1.0b
-PORTREVISION= 1
-CATEGORIES= games www
-MASTER_SITES= SF/phpua/Plug-in_%20Half-Life/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Half-Life 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>