blob: a34173160e05a157ae4b0c4c0b179c504fe34f22 (
plain) (
tree)
|
|
# 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
MASTER_SITES= http://korzen.org/soft/trf/
MAINTAINER= mkorzen@gmail.com
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>
|