mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
29 lines
702 B
Makefile
29 lines
702 B
Makefile
# Created by: Babak Farrokhi <babak@farrokhi.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phpip
|
|
PORTVERSION= ${SNAPSHOT}
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt www
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/4.3.2%20-%20No%20Upgrade%20Support
|
|
DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Complete IPv4 IPAM (IP address management) suite
|
|
|
|
SNAPSHOT= 200611081420
|
|
NO_BUILD= yes
|
|
USE_PHP= mysql
|
|
USES= dos2unix
|
|
WANT_PHP_WEB= yes
|
|
|
|
PHPIP?= www/phpip
|
|
PLIST_SUB+= PHPIP=${PHPIP} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHPIP}
|
|
@${CP} -R ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${PHPIP}
|
|
@${CHMOD} -R 755 ${STAGEDIR}${PREFIX}/${PHPIP}
|
|
|
|
.include <bsd.port.mk>
|