pkgsrc/www/htdig/Makefile
jlam c054a4c3cf * Fix breakage after recent bdb.buildlink3.mk changes. We now directly
include db2 since this package requires exactly databases/db and nothing
  else will do.  Also remove USE_DB185 setting this htdig doesn't use the
  db-1.85 interface.

* Honor ${VARBASE} in locating the htdig database directory.

* Use ${LOCALBASE}/bin/acroread as the path the the PDF reader instead of
  /usr/local/bin/acroread.

* Add missing dependency on zlib.  This package was just picking up and
  using the system zlib before.

Bump the PKGREVISION to 1.
2005-01-12 21:31:29 +00:00

57 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2005/01/12 21:31:29 jlam Exp $
DISTNAME= htdig-3.1.6
PKGREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://www.htdig.org/files/ \
ftp://ftp.htdig.org/ \
${MASTER_SITE_SOURCEFORGE:=files/} \
${MASTER_SITE_SOURCEFORGE:=pub/sourceforge/htdig/} \
http://htdig.europeanservers.net/files/ \
http://www.it.htdig.org/files/ \
ftp://www.it.htdig.org/pub/htdig/ \
http://www.opdenbrouw.nl/htdig/maindocs/files/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://htdig.sourceforge.net/
COMMENT= WWW indexing and searching system
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \
--with-common-dir=${PREFIX}/share/htdig/common \
--with-config-dir=${PKG_SYSCONFDIR} \
--with-database-dir=${DBDIR} \
--with-image-dir=${PREFIX}/share/examples/htdig \
--with-search-dir=${PREFIX}/share/examples/htdig
CONFIGURE_ENV+= PDF_PARSER="${LOCALBASE}/bin/acroread"
CXXFLAGS+= -Wno-deprecated
CPPFLAGS+= ${CXXFLAGS}
INSTALL_EXTRA_TMPL= ${PKGDIR}/INSTALL
PKG_SYSCONFSUBDIR= htdig
DBDIR?= ${VARBASE}/db/htdig
MESSAGE_SUBST+= DBDIR=${DBDIR}
OWN_DIRS+= ${DBDIR}
CONF_FILES+= ${PREFIX}/share/examples/htdig/htdig.conf \
${PKG_SYSCONFDIR}/htdig.conf
.include "../../mk/bsd.prefs.mk"
.if defined(EXTRACT_USING_PAX)
EXTRACT_ELEMENTS= -c ${DISTNAME}/db*
.else
EXTRACT_ELEMENTS= --exclude ${DISTNAME}/db*
.endif
.include "../../databases/db/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
post-patch:
${TOUCH} ${WRKSRC}/configure
.include "../../mk/bsd.pkg.mk"