d2574bf793
2. SIZEify. 3. Get rid of junk files from the install. 4. share/luma -> %%DATADIR%% in the packing list. PR: 62733 [1] [2] Submitted by: Alexander Novitsky <alecn@icc-vvd.ru> (maintainer) [1] [2]
36 lines
790 B
Makefile
36 lines
790 B
Makefile
# New ports collection makefile for: luma
|
|
# Date created: 19 November 2003
|
|
# Whom: Alexander Novitsky
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= luma
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
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 \
|
|
pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_OPENLDAP= yes
|
|
WANTS_OPENLDAP_VER= 2.1
|
|
NO_BUILD= yes
|
|
|
|
INSTALLCMD= install.py
|
|
INSTALLARGS= --prefix=${PREFIX}
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} \( -name '.#*' -o -name '*~*' \) -delete
|
|
|
|
do-install:
|
|
@(cd ${INSTALL_WRKSRC}; ${PYTHON_CMD} ${INSTALLCMD} ${INSTALLARGS})
|
|
|
|
.include <bsd.port.mk>
|