mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
- Bump PORTREVISION - Disable some default OPTIONS Obtained from: https://forum.lazarus.freepascal.org/index.php/topic,57752.msg429737.html#msg429737
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= net lang
|
|
PKGNAMESUFFIX= -ldap
|
|
|
|
COMMENT= Free Pascal interface to OpenLDAP
|
|
|
|
USES= fpc
|
|
|
|
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"
|