mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# Created by: rflynn@acsalaska.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ldapenter
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= sysutils editors net
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Add/Modify LDAP entries using template forms
|
|
|
|
LICENSE= BSD
|
|
|
|
MAKEFILE= BSDmakefile
|
|
USE_BZIP2= yes
|
|
USE_OPENLDAP= 24
|
|
LDFLAGS+= -L${LOCALBASE}/lib -llber-2.4
|
|
|
|
PLIST_FILES= bin/ldapform \
|
|
bin/ldapedit \
|
|
man/man1/ldapform.1.gz \
|
|
man/man1/ldapedit.1.gz
|
|
|
|
.include <bsd.port.mk>
|