mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -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
23
net/fpc-ldap/Makefile
Normal 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
12
net/fpc-ldap/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue