diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-05-08 18:27:24 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-05-08 18:27:24 +0200 |
commit | 332ffaead4bd07de1dca11c1be5ae4d21c9374e9 (patch) | |
tree | b7dea684ab179fde6744b3a847306047421314c9 /openbsd/14.0.0/3rdparty/htdig/Makefile | |
parent | 6b00872d0c7a835e6497bde11367ae02ca201044 (diff) | |
download | tde-packaging-332ffaead4bd07de1dca11c1be5ae4d21c9374e9.tar.gz tde-packaging-332ffaead4bd07de1dca11c1be5ae4d21c9374e9.zip |
Openbsd: move openbsd folder
Diffstat (limited to 'openbsd/14.0.0/3rdparty/htdig/Makefile')
-rw-r--r-- | openbsd/14.0.0/3rdparty/htdig/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/openbsd/14.0.0/3rdparty/htdig/Makefile b/openbsd/14.0.0/3rdparty/htdig/Makefile deleted file mode 100644 index 8b2d4ca3b..000000000 --- a/openbsd/14.0.0/3rdparty/htdig/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Bill Fumerola <billf@chc-chimes.com> -# $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 <bsd.port.mk> |