2003-08-28 14:08:55 +02:00
|
|
|
# New ports collection makefile for: diradmin
|
|
|
|
# Date created: 24 April 2003
|
2004-01-22 10:43:42 +01:00
|
|
|
# Whom: Lewis Thompson <purple@lewiz.net>
|
2003-08-28 14:08:55 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= diradmin
|
2004-01-22 10:43:42 +01:00
|
|
|
PORTVERSION= 1.5.1
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 3
|
2003-08-28 14:08:55 +02:00
|
|
|
CATEGORIES= net
|
2005-07-23 17:22:35 +02:00
|
|
|
MASTER_SITES= http://diradmin.open-it.org/releases/ \
|
|
|
|
http://diradmin.open-it.org/releases/old/
|
2003-08-28 14:08:55 +02:00
|
|
|
DISTNAME= directory_administrator-${PORTVERSION}
|
|
|
|
|
2005-04-08 05:41:18 +02:00
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
2003-08-28 14:08:55 +02:00
|
|
|
COMMENT= A smart LDAP directory management tool
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-07-23 17:22:35 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-28 14:08:55 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnomelibs
|
2004-01-22 10:43:42 +01:00
|
|
|
USE_OPENLDAP= yes
|
2004-02-24 16:19:15 +01:00
|
|
|
USE_OPENSSL= yes
|
2003-08-28 14:08:55 +02:00
|
|
|
CFLAGS+= -I/usr/src/lib/libcrypt
|
|
|
|
|
2004-01-22 10:43:42 +01:00
|
|
|
PORTDOCS= AUTHORS CREDITS ChangeLog INSTALL NEWS \
|
2003-08-28 14:08:55 +02:00
|
|
|
README TODO
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-01-22 10:43:42 +01:00
|
|
|
.for file in ${PORTDOCS}
|
2003-08-28 14:08:55 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|