summaryrefslogtreecommitdiff
path: root/net/yptransitd/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 11:41:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 11:41:55 +0000
commita7aade67bd3e33065ce2e045277df5dce0ece32a (patch)
treecba88490b5abbf1a7adaaca35b5902eb633e9b5c /net/yptransitd/Makefile
parentFix building on -CURRENT (gcc-3.3) (diff)
New port yptransitd, an nss_ldap replacement.
An alternative to nss_ldap using an ldap based NIS/YP server. PR: ports/43394 Submitted by: wolf <mjoyner@hq.dyns.cx>
Notes
Notes: svn path=/head/; revision=87892
Diffstat (limited to 'net/yptransitd/Makefile')
-rw-r--r--net/yptransitd/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/yptransitd/Makefile b/net/yptransitd/Makefile
new file mode 100644
index 000000000000..6337b11d9428
--- /dev/null
+++ b/net/yptransitd/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: yptransitd
+# Date created: 26 September 2002
+# Whom: Michael Joyner <mjoyner@hq.dyns.cx>
+#
+# $FreeBSD$
+#
+
+PORTNAME= yptransitd
+PORTVERSION= 0.5
+CATEGORIES= net
+MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/yptransitd/
+
+MAINTAINER= mjoyner@hq.dyns.cx
+COMMENT= A replacement for nss_ldap
+
+LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client
+
+USE_BISON= yes
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE}
+
+post-install:
+ @ ${CAT} ${.CURDIR}/pkg-message
+
+.include <bsd.port.mk>