From 332ffaead4bd07de1dca11c1be5ae4d21c9374e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 8 May 2015 18:27:24 +0200 Subject: Openbsd: move openbsd folder --- openbsd/3rdparty/htdig/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 openbsd/3rdparty/htdig/Makefile (limited to 'openbsd/3rdparty/htdig/Makefile') diff --git a/openbsd/3rdparty/htdig/Makefile b/openbsd/3rdparty/htdig/Makefile new file mode 100644 index 000000000..8b2d4ca3b --- /dev/null +++ b/openbsd/3rdparty/htdig/Makefile @@ -0,0 +1,40 @@ +# Created by: Bill Fumerola +# $FreeBSD$ + +PORTNAME= htdig +PORTVERSION= 3.2.0.b6 +PORTREVISION= 5 +CATEGORIES= textproc www x11/trinity +MASTER_SITES= http://downloads.sourceforge.net/project/htdig/htdig/3.2.0b6/ +DISTNAME= htdig-3.2.0b6 + +MAINTAINER= ports@FreeBSD.org +COMMENT= WWW indexing and searching system + +PERMIT_PACKAGE_CDROM= Yes + +CONFIGURE_STYLE=gnu +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ + --with-default-config-file=${PREFIX}/etc/htdig/htdig.conf \ + --with-common-dir=${PREFIX}/share/htdig/common \ + --with-database-dir=${PREFIX}/share/htdig/database \ + --with-cgi-bin-dir=${PREFIX}/www/cgi-bin \ + --with-search-dir=${PREFIX}/www/data \ + --with-image-dir=${PREFIX}/www/icons/htdig \ + --with-image-url-prefix=/icons/htdig \ + --with-ssl +USES= libtool +USE_LDCONFIG= yes + +OPTIONS_DEFINE= APACHE DOCS +OPTIONS_DEFAULT= APACHE + +APACHE_USE= APACHE=22+ +APACHE_CONFIGURE_ON= --with-apache=${LOCALBASE}/sbin +APACHE_PLIST_DIRSTRY= www/cgi-bin www/data www/icons + +PORTDOCS= * + + +.include -- cgit v1.2.1