d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= net lang
|
|
PKGNAMESUFFIX= -ldap
|
|
|
|
MAINTAINER= freebsd-fpc@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
|
|
|
|
OPENLDAP_USE= OPENLDAP=yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|