freebsd-ports/www/phpsysinfo-dev/Makefile
Martin Wilke a657afd62c - Update pkg-descr / WWW
- Set conflict / LATEST_LINK with phpsysinfo

PR:		126823
Submitted by:	Walter Venable <walt@relnor.com> (maintainer)
2008-12-24 20:54:10 +00:00

41 lines
911 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-RC6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= walt@relnor.com
COMMENT= A PHP script for displaying system information
USE_PHP= pcre xml simplexml
WANT_PHP_WEB= yes
CONFLICTS= phpsysinfo-2.[0-9]*
WRKSRC= ${WRKDIR}/${PORTNAME:L}
NO_BUILD= yes
LATEST_LINK= phpsysinfo
.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>