mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
474 B
Makefile
23 lines
474 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|