1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/swish-e/Makefile
Chin-San Huang 5e1cad0d8e - Update to 2.4.5.
Approved by:	rafan (mentor, implicit)
2007-08-01 23:49:45 +00:00

28 lines
619 B
Makefile

# New ports collection makefile for: swish-e
# Date created: 23 Feb 98
# Whom: Daniel O'Connor <doconnor@gsoft.com.au>
#
# $FreeBSD$
#
PORTNAME= swish-e
PORTVERSION= 2.4.5
CATEGORIES= www textproc
MASTER_SITES= http://swish-e.org/distribution/
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Simple web indexing for humans - enhanced
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
USE_GNOME= libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
PORTDOCS= *
MAN1= SWISH-CONFIG.1 SWISH-FAQ.1 SWISH-LIBRARY.1 SWISH-RUN.1 swish-e.1
.include <bsd.port.mk>