bd84af561d
PR: ports/63308 Submitted by: Yuri Khotyaintsev <yuri@irfu.se> Approved by: maintainer
38 lines
765 B
Makefile
38 lines
765 B
Makefile
# New ports collection makefile for: diradmin
|
|
# Date created: 24 April 2003
|
|
# Whom: Lewis Thompson <purple@lewiz.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diradmin
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://diradmin.open-it.org/
|
|
DISTNAME= directory_administrator-${PORTVERSION}
|
|
|
|
MAINTAINER= purple@lewiz.net
|
|
COMMENT= A smart LDAP directory management tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomelibs
|
|
USE_OPENLDAP= yes
|
|
USE_OPENSSL= yes
|
|
CFLAGS+= -I/usr/src/lib/libcrypt
|
|
|
|
PORTDOCS= AUTHORS CREDITS ChangeLog INSTALL NEWS \
|
|
README TODO
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|