summaryrefslogtreecommitdiffstats
path: root/net/scr_ipfm/Makefile
blob: 249daa9500e53cfbe12be5b0b75636a48b63e707 (plain)
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
34
35
36
# 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
MYADMDIR?=	www/data/scr_ipfm
PLIST_SUB=	MYADMDIR=${MYADMDIR}
PORTDOCS=	BUGS COPYING ChangeLog README README_pl THANKS TODO

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"

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.post.mk>
OpenPOWER on IntegriCloud