in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
36 lines
958 B
Makefile
36 lines
958 B
Makefile
# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:27 tv Exp $
|
|
# FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp
|
|
|
|
DISTNAME= swish-e-2.4.1
|
|
PKGREVISION= 4
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= http://swish-e.org/Download/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://swish-e.org/
|
|
COMMENT= Simple web indexing for humans - enhanced
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PERL5= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libxml2=${BUILDLINK_PREFIX.libxml2}
|
|
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
|
|
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
|
|
|
|
REPLACE_PERL= prog-bin/*.pl conf/*.pl filter-bin/*.pl html/*.pl
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "FreeBSD"
|
|
PLIST_SUBST+= LIBSWISH_E="@comment "
|
|
.else
|
|
PLIST_SUBST+= LIBSWISH_E=
|
|
.endif
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|