2004-03-29 18:05:44 +00:00
|
|
|
# New ports collection makefile for: dtse
|
|
|
|
# Date created: 7 Mar 2004
|
|
|
|
# Whom: Douglas Thrift <douglas@douglasthrift.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dtse
|
2008-08-25 04:10:21 +00:00
|
|
|
PORTVERSION= 1.3
|
2004-03-29 18:05:44 +00:00
|
|
|
CATEGORIES= www perl5
|
2009-11-21 10:49:37 +00:00
|
|
|
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
|
|
|
|
http://code.douglasthrift.net/files/${PORTNAME}/
|
2004-03-29 18:05:44 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= An indexing search engine for use on small websites
|
|
|
|
|
2011-01-15 15:33:45 +00:00
|
|
|
LICENSE= ASL
|
|
|
|
|
2004-03-29 18:05:44 +00:00
|
|
|
.if defined(WITH_OPENSSL)
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}/${PORTNAME}
|
|
|
|
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2009-07-22 16:27:08 +00:00
|
|
|
.include <bsd.port.mk>
|