diff options
author | acm <acm@FreeBSD.org> | 2010-08-17 02:12:29 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-08-17 02:12:29 +0800 |
commit | 3fe9206ba8d490edc06220873eee034c62660e54 (patch) | |
tree | 6a1ad741fe7ea641ea2e49b846899d030dc595e3 /net/fpc-ldap | |
parent | def84e573316b1a3f33fb5e62381d70b01088fa9 (diff) | |
download | freebsd-ports-graphics-3fe9206ba8d490edc06220873eee034c62660e54.tar.gz freebsd-ports-graphics-3fe9206ba8d490edc06220873eee034c62660e54.tar.zst freebsd-ports-graphics-3fe9206ba8d490edc06220873eee034c62660e54.zip |
- New port: net/fpc-ldap
Free Pascal interface to OpenLDAP
PR: 146001
Submitted by: Christopher Key <cjk32 __ at _ cam.ac.uk>
Diffstat (limited to 'net/fpc-ldap')
-rw-r--r-- | net/fpc-ldap/Makefile | 23 | ||||
-rw-r--r-- | net/fpc-ldap/pkg-plist | 12 |
2 files changed, 35 insertions, 0 deletions
diff --git a/net/fpc-ldap/Makefile b/net/fpc-ldap/Makefile new file mode 100644 index 00000000000..7133eb01abe --- /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 <cjk32@cam.ac.uk> +# +# $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 00000000000..72c385803f4 --- /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 |