1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/fpc-ldap/Makefile
Jose Alonso Cardenas Marquez a205683b2f - New port: net/fpc-ldap
Free Pascal interface to OpenLDAP

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at _ cam.ac.uk>
2010-08-16 18:12:29 +00:00

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"