summaryrefslogtreecommitdiff
path: root/polish/trf/Makefile
blob: a34173160e05a157ae4b0c4c0b179c504fe34f22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>