openbsd-ports/editors/ldapvi/Makefile
mbalmer b25e6635c3 ldapvi, edit entries in an LDAP tree using a text editor. Comes in really
handy when working with LDAP servers over SSH connections.

From Antoine Jacoutot <ajacoutot@lphp.org>
2006-03-20 16:19:27 +00:00

47 lines
1.1 KiB
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2006/03/20 16:19:27 mbalmer Exp $
COMMENT= "update LDAP entries with a text editor"
DISTNAME= ldapvi-1.5
CATEGORIES= editors
HOMEPAGE= http://www.lichteblau.com/ldapvi.html
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.lichteblau.com/download/
WANTLIB= c curses crypto
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= glib-2.0.0.8::devel/glib2 \
lber,ldap:openldap-client-*:databases/openldap \
popt::devel/popt
MAKE_FILE= GNUmakefile
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
pre-build:
@perl -pi -e "s,/etc/ldap,${SYSCONFDIR}/openldap,g" ${WRKSRC}/ldapvi.1
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/ldapvi ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/ldapvi.1 ${PREFIX}/man/man1
.include <bsd.port.mk>