mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
a205683b2f
Free Pascal interface to OpenLDAP PR: 146001 Submitted by: Christopher Key <cjk32 __ at _ cam.ac.uk>
24 lines
491 B
Makefile
24 lines
491 B
Makefile
# 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"
|