diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 18:51:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 18:51:24 +0800 |
commit | 48e9ffe58bb8977d75a628d5702ec765c0104a82 (patch) | |
tree | ce70ea62e0ce19fd2785865271ce83c9f9fd5f2e /security/openvpn-auth-ldap | |
parent | a43ceae67182caecfa71bf91ad1ce812fb9a945f (diff) | |
download | freebsd-ports-gnome-48e9ffe58bb8977d75a628d5702ec765c0104a82.tar.gz freebsd-ports-gnome-48e9ffe58bb8977d75a628d5702ec765c0104a82.tar.zst freebsd-ports-gnome-48e9ffe58bb8977d75a628d5702ec765c0104a82.zip |
Remove cruft.
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile.bak | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/security/openvpn-auth-ldap/Makefile.bak b/security/openvpn-auth-ldap/Makefile.bak deleted file mode 100644 index a1ce24f0fef3..000000000000 --- a/security/openvpn-auth-ldap/Makefile.bak +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: openvpn-auth-ldap -# Date created: 06 June 2007 -# Whom: Nick Barkas <snb@threerings.net> -# -# $FreeBSD: /tmp/pcvs/ports/security/openvpn-auth-ldap/Attic/Makefile.bak,v 1.1 2007-09-07 02:47:13 edwin Exp $ - -PORTNAME= openvpn-auth-ldap -PORTVERSION= 2.0.3 -CATEGORIES= security -MASTER_SITES= http://dpw.threerings.net/projects/openvpn-auth-ldap/ -DISTNAME= auth-ldap-${PORTVERSION} - -MAINTAINER= snb@threerings.net -COMMENT= LDAP authentication plugin for OpenVPN - -BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c \ - ${NONEXISTENT}:${PORTSDIR}/security/openvpn:extract - -GNU_CONFIGURE= yes -USE_OPENLDAP= yes -OPENVPN_WRKSRC= `cd ${PORTSDIR}/security/openvpn; make -V WRKSRC` -CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \ - --with-openvpn=${OPENVPN_WRKSRC} - -PORTDOCS= README -PLIST_FILES= lib/openvpn-auth-ldap.so - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> |