freebsd-ports/sysutils/luma/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

39 lines
913 B
Makefile

# New ports collection makefile for: luma
# Date created: 19 November 2003
# Whom: Alexander Novitsky
#
# $FreeBSD$
#
PORTNAME= luma
PORTVERSION= 2.3
PORTREVISION= 1
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_SITELIBDIR}/_ldap.so:${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>