45e2ee24be
PR: ports/104049 Submitted by: Michael Lednev <liettneff@bk.ru> (maintainer)
52 lines
1.5 KiB
Makefile
52 lines
1.5 KiB
Makefile
# New ports collection makefile for: abills
|
|
# Date created: 2 February 2005
|
|
# Whom: Michael Lednev <liettneff@bk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= abills
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= liettneff@bk.ru
|
|
COMMENT= Billing system for dialup, VPN and VoIP management
|
|
|
|
RUN_DEPENDS= radiusd:${PORTSDIR}/net/freeradius \
|
|
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES
|
|
|
|
USE_PERL5_RUN= yes
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS= GRAPHICS "Traffic graphs (experimental)" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_GRAPHICS)
|
|
RUN_DEPENDS+= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/net/rrdtool
|
|
.endif
|
|
|
|
post-patch:
|
|
@ ${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} {} \;
|
|
@ ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's,/usr/abills,${PREFIX}/abills,g' {} \;
|
|
@ ${FIND} ${WRKSRC} -type f -name '*.DS*' -exec ${RM} {} \;
|
|
|
|
do-install:
|
|
@ ${CP} -R ${WRKSRC} ${PREFIX}
|
|
@ ${CHOWN} -R www ${PREFIX}/abills/cgi-bin
|
|
|
|
post-install:
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|