freebsd-ports/www/phpsysinfo-dev/Makefile
Philippe Audeoud c32484602f - Update to 3.0-RC4
- Add pkg-plist
- Update maintainer address

Approved by: tabthorpe (co-mentor)
2008-03-06 13:41:16 +00:00

36 lines
847 B
Makefile

# New ports collection makefile for: phpSysInfo
# Date created: Mon Mar 04, 2002
# Whom: Bob Bomar <bob@fly.homeunix.org>
#
# $FreeBSD$
PORTNAME= phpSysInfo
DISTVERSION= 3.0-RC4
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A php script that displays info about the host being accessed
USE_PHP= pcre xml
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}
NO_BUILD= yes
.include <bsd.port.pre.mk>
post-install:
@if [ ! -f ${WWWDIR}/config.php ]; then \
${CP} -p ${WWWDIR}/config.php ${WWWDIR}/config.php.bak ; \
fi
do-install:
${MKDIR} ${WWWDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
${CHMOD} -R ${BINMODE} ${WWWDIR}
${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
${CP} ${WWWDIR}/config.php.new ${WWWDIR}/config.php
.include <bsd.port.post.mk>