aboutsummaryrefslogtreecommitdiff
path: root/www/neon26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/neon26/Makefile')
-rw-r--r--www/neon26/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile
deleted file mode 100644
index 7673f26c93b4..000000000000
--- a/www/neon26/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: neon
-# Date created: 13 October 2000
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= neon
-PORTVERSION= 0.18.2
-CATEGORIES= www
-MASTER_SITES= http://www.webdav.org/neon/
-
-MAINTAINER= olgeni@FreeBSD.org
-
-LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
-
-.ifndef NO_OPENSSL
-USE_OPENSSL= yes
-.endif
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
- --enable-xml \
- --enable-shared \
- --with-libxml1
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.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>