summaryrefslogtreecommitdiffstats
path: root/www/web500gw/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1998-07-31 18:47:37 +0000
committernectar <nectar@FreeBSD.org>1998-07-31 18:47:37 +0000
commit8393a322fe5d83187143cd7363776f51bdf73a70 (patch)
tree102670fdd447f48e987468a6cfe1a88b5534fe22 /www/web500gw/Makefile
parentdf53d3958a897e724d7b542f08242778794dbc29 (diff)
downloadFreeBSD-ports-8393a322fe5d83187143cd7363776f51bdf73a70.zip
FreeBSD-ports-8393a322fe5d83187143cd7363776f51bdf73a70.tar.gz
HTTP gateway to LDAP-based directories.
PR: ports/7447 Submitted by: Brent J. Nordquist <bjn@visi.com>
Diffstat (limited to 'www/web500gw/Makefile')
-rw-r--r--www/web500gw/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile
new file mode 100644
index 0000000..1bea4d8
--- /dev/null
+++ b/www/web500gw/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: web500gw
+# Version required: 2.1b2
+# Date created: 30 July 1998
+# Whom: Brent J. Nordquist <bjn@visi.com>
+#
+# $Id$
+#
+
+DISTNAME= web500gw-2.1b2
+CATEGORIES= www net
+MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/web500gw/ \
+ http://www.tu-chemnitz.de/ftp-home/pub/Local/urz/web500gw/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= bjn@visi.com
+
+BUILD_DEPENDS= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/ldap
+RUN_DEPENDS= ${INSTDIR}:${PORTSDIR}/www/apache12
+
+INSTDIR= ${PREFIX}/www/cgi-bin
+
+MAKE_ENV+= PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF" \
+ INSTDIR=${INSTDIR} \
+ WEB500GWDIR=${WEB500GWDIR} \
+ MANDIR=${MANPREFIX}/man/man8 \
+ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}" \
+ INSTALL_MAN="${INSTALL_MAN}"
+MAN8= web500gw.8
+
+WEB500GWDIR= ${PREFIX}/etc/web500gw
+
+post-install:
+ strip ${INSTDIR}/web500gw
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud