aboutsummaryrefslogtreecommitdiffstats
path: root/mail/biabam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/biabam/Makefile')
-rw-r--r--mail/biabam/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile
new file mode 100644
index 000000000000..aef7dc1d23c2
--- /dev/null
+++ b/mail/biabam/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: biabam
+# Date created: 03 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= biabam
+PORTVERSION= 0.9.2
+CATEGORIES= mail
+MASTER_SITES= http://mmj.dk/biabam/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/biabam ${PREFIX}/bin
+
+.include <bsd.port.mk>