2000-10-25 21:04:55 -04:00
|
|
|
# New ports collection makefile for: neon
|
|
|
|
# Date created: 13 October 2000
|
|
|
|
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= neon
|
2001-03-17 04:35:54 -05:00
|
|
|
PORTVERSION= 0.12.0
|
2000-10-25 21:04:55 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.webdav.org/neon/
|
|
|
|
|
2001-01-31 10:20:03 -05:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2000-10-25 21:04:55 -04:00
|
|
|
|
2001-03-17 04:35:54 -05:00
|
|
|
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
|
2000-10-25 21:04:55 -04:00
|
|
|
|
|
|
|
.ifndef NO_OPENSSL
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
.endif
|
|
|
|
|
2001-03-17 04:35:54 -05:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
|
|
|
|
--enable-xml
|
2000-10-25 21:04:55 -04:00
|
|
|
|
|
|
|
.ifndef NOPORTDOCS
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/neon
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|