- New port: net/fpc-ldap

Free Pascal interface to OpenLDAP

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at _ cam.ac.uk>
This commit is contained in:
Jose Alonso Cardenas Marquez 2010-08-16 18:12:29 +00:00
parent 8d4e6ffcb7
commit a205683b2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259372
3 changed files with 36 additions and 0 deletions

View file

@ -147,6 +147,7 @@
SUBDIR += flowgrep SUBDIR += flowgrep
SUBDIR += fonulator SUBDIR += fonulator
SUBDIR += forg SUBDIR += forg
SUBDIR += fpc-ldap
SUBDIR += fpc-pcap SUBDIR += fpc-pcap
SUBDIR += fping SUBDIR += fping
SUBDIR += fping+ipv6 SUBDIR += fping+ipv6

23
net/fpc-ldap/Makefile Normal file
View file

@ -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"

12
net/fpc-ldap/pkg-plist Normal file
View file

@ -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