aboutsummaryrefslogtreecommitdiff
path: root/mail/lbdb/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-02-03 13:46:39 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-02-03 13:46:39 +0000
commitfa119a8137da74bcac96666fce5b61201be30440 (patch)
treeeb04a6e03adaec996ef6e721fd35aa8e63e562b2 /mail/lbdb/Makefile
parentf5ef155d0fa24847084938489379c9c19fab53bf (diff)
downloadports-fa119a8137da74bcac96666fce5b61201be30440.tar.gz
ports-fa119a8137da74bcac96666fce5b61201be30440.zip
Notes
Diffstat (limited to 'mail/lbdb/Makefile')
-rw-r--r--mail/lbdb/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile
new file mode 100644
index 000000000000..addd5fa86462
--- /dev/null
+++ b/mail/lbdb/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: lbdb
+# Version required: 0.18.5
+# Date created: 2 February 2000
+# Whom: mwest@uct.ac.za
+#
+# $FreeBSD$
+#
+
+DISTNAME= lbdb_0.18.5
+PKGNAME= lbdb-0.18.5
+CATEGORIES= mail
+MASTER_SITES= http://www.rhein.de/~roland/debian/
+
+MAINTAINER= mwest@uct.ac.za
+
+WRKSRC= ${WRKDIR}/lbdb-0.18.5
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec
+USE_GMAKE= YES
+
+MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1
+
+.include <bsd.port.mk>