Makefile 905 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= dtse
  4. PORTVERSION= 1.3
  5. PORTREVISION= 2
  6. CATEGORIES= www perl5
  7. MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
  8. http://dl2.douglasthrift.net/${PORTNAME}/
  9. DISTNAME= ${PORTNAME}-${PORTVERSION}-src
  10. MAINTAINER= douglas@douglasthrift.net
  11. COMMENT= Indexing search engine for use on small websites
  12. LICENSE= APACHE11
  13. LICENSE_FILE= ${WRKSRC}/LICENSE
  14. BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_gnu_make.m4:devel/autoconf-archive
  15. USES= autoreconf gmake perl5 shebangfix tar:bzip2
  16. SHEBANG_FILES= search.cgi.in
  17. perl_OLD_CMD= @which_perl@
  18. GNU_CONFIGURE= yes
  19. GNU_CONFIGURE_PREFIX= ${PREFIX}/${PORTNAME}
  20. MAKEFILE= GNUmakefile
  21. WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
  22. MAKE_JOBS_UNSAFE= yes
  23. OPTIONS_DEFINE= OPENSSL
  24. OPENSSL_USES= ssl
  25. OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
  26. .include <bsd.port.mk>