summaryrefslogtreecommitdiffstats
path: root/net/diradmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/diradmin/Makefile')
-rw-r--r--net/diradmin/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net/diradmin/Makefile b/net/diradmin/Makefile
deleted file mode 100644
index bd738bb26..000000000
--- a/net/diradmin/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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= 4
-CATEGORIES= net
-MASTER_SITES= http://diradmin.open-it.org/releases/ \
- http://diradmin.open-it.org/releases/old/
-DISTNAME= directory_administrator-${PORTVERSION}
-
-MAINTAINER= lewiz@compsoc.man.ac.uk
-COMMENT= A smart LDAP directory management tool
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GMAKE= 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>