blob: 22be37c58fb8446df2dd6c6a509c726531f110f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
PORTNAME= ldapvi
PORTVERSION= 1.7
PORTREVISION= 6
CATEGORIES= sysutils net
MASTER_SITES= http://www.lichteblau.com/download/ \
LOCAL/sbz
MAINTAINER= sbz@FreeBSD.org
COMMENT= Tool to update LDAP entries with a text editor
LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:devel/popt
USES= gmake gnome iconv ncurses pkgconfig
USE_OPENLDAP= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
EXTRA_PATCHES= ${FILESDIR}/0010-renamed-getline.patch:-p2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \
${DOCSDIR_REL}/manual.css ${DOCSDIR_REL}/manual.xml \
${DOCSDIR_REL}/bg.png ${DOCSDIR_REL}/html.xsl
post-patch:
@${REINPLACE_CMD} -e 's/-lssl/-lcrypto/' ${WRKSRC}/configure
.include <bsd.port.mk>
|