1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/dtse/Makefile
Sunpoet Po-Chuan Hsieh 64601c161b - Add LICENSE
- Update DESCR
- Remove obsolete MD5 checksum while I'm here

PR:		ports/154016
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe:	yes
2011-01-15 15:33:45 +00:00

37 lines
766 B
Makefile

# New ports collection makefile for: dtse
# Date created: 7 Mar 2004
# Whom: Douglas Thrift <douglas@douglasthrift.net>
#
# $FreeBSD$
#
PORTNAME= dtse
PORTVERSION= 1.3
CATEGORIES= www perl5
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= douglas@douglasthrift.net
COMMENT= An indexing search engine for use on small websites
LICENSE= ASL
.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}
.include <bsd.port.mk>