2003-10-03 17:24:48 +00:00
|
|
|
# New ports collection makefile for: trf
|
|
|
|
# Date created: 25 September 2003
|
|
|
|
# Whom: Maciek Korzen <eaquer@ceti.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= trf
|
|
|
|
PORTVERSION= 0.4
|
|
|
|
CATEGORIES= polish finance
|
2006-06-14 08:46:08 +00:00
|
|
|
MASTER_SITES= http://korzen.org/soft/trf/
|
2003-10-03 17:24:48 +00:00
|
|
|
|
2005-11-25 20:01:18 +00:00
|
|
|
MAINTAINER= mkorzen@gmail.com
|
2003-10-03 17:24:48 +00:00
|
|
|
COMMENT= Billing software for traffic counting working with most Polish ISPs
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in README CHANGELOG
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|