1998-12-22 23:59:16 +01:00
|
|
|
# New ports collection makefile for: swish-e
|
|
|
|
# Date created: 23 Feb 98
|
|
|
|
# Whom: Daniel O'Connor <doconnor@gsoft.com.au>
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1998-12-22 23:59:16 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= swish-e
|
2009-04-12 19:42:48 +02:00
|
|
|
PORTVERSION= 2.4.7
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= www textproc
|
2005-02-16 15:23:09 +01:00
|
|
|
MASTER_SITES= http://swish-e.org/distribution/
|
1998-12-22 23:59:16 +01:00
|
|
|
|
2010-04-29 21:37:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Simple web indexing for humans - enhanced
|
1998-12-22 23:59:16 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-07-30 17:26:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-07-01 03:48:25 +02:00
|
|
|
USE_GNOME= libxml2
|
1998-12-22 23:59:16 +01:00
|
|
|
USE_GMAKE= yes
|
2002-12-12 14:42:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-05-16 08:18:19 +02:00
|
|
|
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
|
|
|
|
pkgdatadir="${DATADIR}"
|
2002-12-12 14:42:24 +01:00
|
|
|
|
2010-05-16 08:18:19 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-07-01 03:48:25 +02:00
|
|
|
PORTDOCS= *
|
2010-05-16 08:18:19 +02:00
|
|
|
.endif
|
2004-07-01 03:48:25 +02:00
|
|
|
|
2010-05-16 08:18:19 +02:00
|
|
|
MAN1= SWISH-CONFIG.1 SWISH-FAQ.1 SWISH-LIBRARY.1 SWISH-RUN.1 swish-e.1
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E 's/^(install-data-am:) install-docDATA(.*)/\1\2/' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.for p in pod prog-bin conf filter-bin filters html
|
|
|
|
@${REINPLACE_CMD} -E 's/^(install-data-am:).*DATA(.*)/\1\2/' \
|
|
|
|
${WRKSRC}/${p}/Makefile.in
|
|
|
|
.endfor
|
|
|
|
.endif
|
1998-12-22 23:59:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|