4c2a1e1ced
PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# Created by: 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_DEFINE= OPENLDAP
|
|
OPENLDAP_DESC= Install OpenLDAP libraries
|
|
OPTIONS_DEFAULT= OPENLDAP
|
|
|
|
.include "${MASTERDIR}/Makefile"
|