2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
|
2006-04-26 20:53:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ldapvi
|
2007-07-22 03:09:58 +02:00
|
|
|
PORTVERSION= 1.7
|
2016-12-08 20:23:24 +01:00
|
|
|
PORTREVISION= 5
|
2006-04-26 20:53:12 +02:00
|
|
|
CATEGORIES= sysutils net
|
2012-07-10 13:22:59 +02:00
|
|
|
MASTER_SITES= http://www.lichteblau.com/download/ \
|
2014-01-28 15:34:08 +01:00
|
|
|
LOCAL/sbz
|
2006-04-26 20:53:12 +02:00
|
|
|
|
2011-03-18 11:04:54 +01:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2014-01-28 15:34:08 +01:00
|
|
|
COMMENT= Tool to update LDAP entries with a text editor
|
2006-04-26 20:53:12 +02:00
|
|
|
|
2012-07-10 13:22:59 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libpopt.so:devel/popt
|
2006-04-26 20:53:12 +02:00
|
|
|
|
2016-11-19 17:55:28 +01:00
|
|
|
USES= gmake iconv ncurses pkgconfig
|
2006-04-26 20:53:12 +02:00
|
|
|
USE_OPENLDAP= yes
|
2013-04-27 20:25:24 +02:00
|
|
|
USE_GNOME= glib20
|
2006-04-26 20:53:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
2016-05-22 18:28:40 +02:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/0010-renamed-getline.patch:-p2
|
|
|
|
|
2007-07-22 03:09:58 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-08-26 16:06:08 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2006-04-26 20:53:12 +02:00
|
|
|
|
2014-01-28 15:34:08 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \
|
2007-07-22 03:09:58 +02:00
|
|
|
${DOCSDIR_REL}/manual.css ${DOCSDIR_REL}/manual.xml \
|
|
|
|
${DOCSDIR_REL}/bg.png ${DOCSDIR_REL}/html.xsl
|
2006-04-26 20:53:12 +02:00
|
|
|
|
2014-01-28 15:34:08 +01:00
|
|
|
# XXX should probably be converted to OptionsNG
|
2007-07-22 03:09:58 +02:00
|
|
|
.if !defined(WANT_OPENLDAP_SASL) || defined(WITHOUT_SASL)
|
2014-01-28 15:34:08 +01:00
|
|
|
CONFIGURE_ARGS= --without-sasl
|
2006-04-26 20:53:12 +02:00
|
|
|
.endif
|
|
|
|
|
2014-08-26 16:06:08 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/-lssl/-lcrypto/' ${WRKSRC}/configure
|
|
|
|
|
2012-07-10 13:22:59 +02:00
|
|
|
.include <bsd.port.mk>
|