summaryrefslogtreecommitdiff
path: root/net-mgmt/phpip/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
commitcec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch)
tree26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /net-mgmt/phpip/Makefile
parent6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff)
Notes
Diffstat (limited to 'net-mgmt/phpip/Makefile')
-rw-r--r--net-mgmt/phpip/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile
deleted file mode 100644
index de3ed1ce4f6c..000000000000
--- a/net-mgmt/phpip/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: phpip
-# Date created: 2006-10-28
-# Whom: Babak Farrokhi <babak@farrokhi.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= phpip
-PORTVERSION= ${SNAPSHOT}
-CATEGORIES= www net-mgmt
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= phpip
-DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT}
-
-MAINTAINER= farrokhi@FreeBSD.org
-COMMENT= A complete IPv4 IPAM (IP address management) suite
-
-SNAPSHOT= 200611081420
-NO_BUILD= YES
-USE_PHP= mysql
-WANT_PHP_WEB= YES
-
-PHPIP?= www/phpip
-PLIST_SUB+= PHPIP=${PHPIP}
-
-do-install:
- @${MKDIR} ${PREFIX}/${PHPIP}
- @${CP} -R ${WRKSRC}/ ${PREFIX}/${PHPIP}
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPIP}
- @${CHMOD} -R 755 ${PREFIX}/${PHPIP}
-
-.include <bsd.port.mk>