35a3256787
use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
34 lines
759 B
Makefile
34 lines
759 B
Makefile
# New ports collection makefile for: scr_ipfm
|
|
# Date created: 27 Oct 2003
|
|
# Whom: HSIN-HSIUNG CHANG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scr_ipfm
|
|
PORTVERSION= 0.64
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= scripfm
|
|
|
|
MAINTAINER= sexbear@tmu.edu.tw
|
|
COMMENT= Use logs generated by ipfm to show data graphically
|
|
|
|
NO_BUILD= yes
|
|
USE_PHP= yes
|
|
MYADMDIR?= www/data/scr_ipfm
|
|
PLIST_SUB= MYADMDIR=${MYADMDIR}
|
|
PORTDOCS= BUGS COPYING ChangeLog README README_pl THANKS TODO
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/${MYADMDIR}
|
|
${CP} -R ${WRKSRC}/[a-z]* ${PREFIX}/${MYADMDIR}
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
@${CAT} ${PKGMESSAGE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|