aboutsummaryrefslogtreecommitdiffstats
path: root/polish/trf/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-04 01:24:48 +0800
committerkrion <krion@FreeBSD.org>2003-10-04 01:24:48 +0800
commita892fc1c0ead2a9e792f5022960c03142e1f1ff0 (patch)
tree533f4864ceeb0f8dfd1e3ac65be0ea11f3fc632e /polish/trf/Makefile
parentcefd05c7ed3271647919a63cca81aa03a3a80ba6 (diff)
downloadfreebsd-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/Makefile24
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>