From a205683b2f47f6daf7c9152382b15cdaae80f5d0 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 16 Aug 2010 18:12:29 +0000 Subject: [PATCH] - New port: net/fpc-ldap Free Pascal interface to OpenLDAP PR: 146001 Submitted by: Christopher Key --- net/Makefile | 1 + net/fpc-ldap/Makefile | 23 +++++++++++++++++++++++ net/fpc-ldap/pkg-plist | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 net/fpc-ldap/Makefile create mode 100644 net/fpc-ldap/pkg-plist diff --git a/net/Makefile b/net/Makefile index 98cf3c4e21a1..d9c17e7eabea 100644 --- a/net/Makefile +++ b/net/Makefile @@ -147,6 +147,7 @@ SUBDIR += flowgrep SUBDIR += fonulator SUBDIR += forg + SUBDIR += fpc-ldap SUBDIR += fpc-pcap SUBDIR += fping SUBDIR += fping+ipv6 diff --git a/net/fpc-ldap/Makefile b/net/fpc-ldap/Makefile new file mode 100644 index 000000000000..7133eb01abec --- /dev/null +++ b/net/fpc-ldap/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fpc-ldap +# Date created: 2010-04-22 +# Whom: Christopher Key +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= net lang +PKGNAMESUFFIX= -ldap + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal interface to OpenLDAP + +USE_FPC= hash + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +OPTIONS= OPENLDAP "Install OpenLDAP libraries" on + +.include "${MASTERDIR}/Makefile" diff --git a/net/fpc-ldap/pkg-plist b/net/fpc-ldap/pkg-plist new file mode 100644 index 000000000000..72c385803f49 --- /dev/null +++ b/net/fpc-ldap/pkg-plist @@ -0,0 +1,12 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/libplber.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/libpldap.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc