freebsd-ports/sysutils/luma/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

39 lines
919 B
Makefile

# New ports collection makefile for: luma
# Date created: 19 November 2003
# Whom: Alexander Novitsky
#
# $FreeBSD$
#
PORTNAME= luma
PORTVERSION= 2.3
PORTREVISION= 2
CATEGORIES= sysutils net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
# MASTER_SITES= http://home.tu-clausthal.de/~ifwd/luma/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alecn2002@yandex.ru
COMMENT= A graphical tool for accessing and managing LDAP servers
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 \
${PYTHON_SITELIBDIR}/smbpasswd.so:${PORTSDIR}/net/py-smbpasswd \
pyuic:${PORTSDIR}/x11-toolkits/py-qt
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYSETUP= install.py
PYDISTUTILS_BUILDARGS= build
PYDISTUTILS_INSTALLARGS= --prefix=${PREFIX}
PYDISTUTILS_NOEGGINFO= yes
USE_OPENLDAP= yes
MAN1= luma.1
post-extract:
@${MV} ${WRKSRC}/share/man ${WRKSRC}/
do-configure:
.include <bsd.port.mk>