diff options
author | krion <krion@FreeBSD.org> | 2003-10-04 01:24:48 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-04 01:24:48 +0800 |
commit | a892fc1c0ead2a9e792f5022960c03142e1f1ff0 (patch) | |
tree | 533f4864ceeb0f8dfd1e3ac65be0ea11f3fc632e /polish/trf/Makefile | |
parent | cefd05c7ed3271647919a63cca81aa03a3a80ba6 (diff) | |
download | freebsd-ports-gnome-a892fc1c0ead2a9e792f5022960c03142e1f1ff0.tar.gz freebsd-ports-gnome-a892fc1c0ead2a9e792f5022960c03142e1f1ff0.tar.zst freebsd-ports-gnome-a892fc1c0ead2a9e792f5022960c03142e1f1ff0.zip |
Add trf 0.4, billing software for traffic counting working with
most Polish ISPs.
PR: 57524
Submitted by: Maciek Korzen <eaquer@ceti.pl>
Diffstat (limited to 'polish/trf/Makefile')
-rw-r--r-- | polish/trf/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/polish/trf/Makefile b/polish/trf/Makefile new file mode 100644 index 000000000000..4a06a8f58b62 --- /dev/null +++ b/polish/trf/Makefile @@ -0,0 +1,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://www.ceti.pl/eaquer/trf/ + +MAINTAINER= eaquer@ceti.pl +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> |