mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5602aa4e0c
While here: Fix LICENSE and add LICENSE_FILE Convert USE_AUTOTOOLS to USES=autoreconf Convert USE_OPENSSL to USES=ssl Convert to options helpers PR: 216394 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
39 lines
905 B
Makefile
39 lines
905 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dtse
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
|
|
http://dl2.douglasthrift.net/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Indexing search engine for use on small websites
|
|
|
|
LICENSE= APACHE11
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_gnu_make.m4:devel/autoconf-archive
|
|
|
|
USES= autoreconf gmake perl5 shebangfix tar:bzip2
|
|
SHEBANG_FILES= search.cgi.in
|
|
perl_OLD_CMD= @which_perl@
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_PREFIX= ${PREFIX}/${PORTNAME}
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
OPTIONS_DEFINE= OPENSSL
|
|
|
|
OPENSSL_USES= ssl
|
|
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
|
|
|
.include <bsd.port.mk>
|