mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
35 lines
772 B
Makefile
35 lines
772 B
Makefile
PORTNAME= scr_ipfm
|
|
PORTVERSION= 0.64
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/scripfm/scripfm/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Use logs generated by ipfm to show data graphically
|
|
WWW= https://scripfm.sourceforge.net/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= php
|
|
MYADMDIR?= www/data/scr_ipfm
|
|
PLIST_SUB= MYADMDIR=${MYADMDIR}
|
|
SUB_FILES= pkg-message
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PORTDOCS= BUGS ChangeLog README README_pl THANKS TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${MYADMDIR}
|
|
${CP} -R ${WRKSRC}/[a-z]* ${STAGEDIR}${PREFIX}/${MYADMDIR}
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|