blob: 743a92214b3c28a40d7f32ee4fd23a08b052c642 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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= SF/scripfm/scripfm/${PORTNAME}-${PORTVERSION}
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>
|