blob: 7beee091ccc3345318afc1b1953b85c199fcfd1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# 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= lewiz@compsoc.man.ac.uk
COMMENT= A smart LDAP directory management tool
BROKEN= Incomplete pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2005-09-22
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>
|