1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/phpsysinfo/Makefile
Philippe Audeoud b247ccb972 - Update to 3.0.10
- Add license

PR:		ports/156079
Submitted by:	Hsin-Han You <hhyou _AT_ cs.nctu.edu.tw>
Approved by:	maintainer
2011-04-06 11:52:36 +00:00

47 lines
1006 B
Makefile

# New ports collection makefile for: phpSysInfo
# Date created: Mon Mar 04, 2002
# Whom: Bob Bomar <bob@fly.homeunix.org>
#
# $FreeBSD$
#
PORTNAME= phpsysinfo
PORTVERSION= 3.0.10
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
MAINTAINER= walt@relnor.com
COMMENT= A PHP script for displaying system information
LATEST_LINK= phpsysinfo-dev
USE_PHP= pcre xml simplexml mbstring
WANT_PHP_WEB= yes
LICENSE= GPLv2
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
.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
.if !defined(BATCH)
@ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>