freebsd-ports/sysutils/luma/Makefile
Michael Nottebrock bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00

32 lines
781 B
Makefile

# New ports collection makefile for: luma
# Date created: 19 November 2003
# Whom: Alexander Novitsky
#
# $FreeBSD$
#
PORTNAME= luma
PORTVERSION= 1.5
CATEGORIES= sysutils net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}
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= 2.3
USE_PYDISTUTILS= yes
PYSETUP= install.py
PYDISTUTILS_BUILDARGS= build
PYDISTUTILS_INSTALLARGS= --prefix=${PREFIX}
USE_OPENLDAP= yes
do-configure:
.include <bsd.port.mk>