summaryrefslogtreecommitdiff
path: root/www/neon/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-13 19:29:02 +0000
committeragc <agc@pkgsrc.org>2002-01-13 19:29:02 +0000
commitb346213a44b1e0d8ece25cc67936a4af4a89b036 (patch)
tree32286a470246fcf280d41c80703dbc171e146f24 /www/neon/Makefile
parente2ee1971dd067cf04131649b4bd9f0824453f81f (diff)
downloadpkgsrc-b346213a44b1e0d8ece25cc67936a4af4a89b036.tar.gz
Initial import of neon-0.18.3 into the NetBSD Packages Collection.
neon is an HTTP and WebDAV client library. It provides lower-level interfaces which directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Provided in PR 15222 by "Eric Gillespie, Jr." <epg@pretzelnet.org>. The only modification was to use pkgsrc's libtool.
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r--www/neon/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
new file mode 100644
index 00000000000..a49a9dcb5a6
--- /dev/null
+++ b/www/neon/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/13 19:29:02 agc Exp $
+
+DISTNAME= neon-0.18.3
+CATEGORIES= www
+MASTER_SITES= http://www.webdav.org/neon/
+
+MAINTAINER= epg@pretzelnet.org
+HOMEPAGE= http://www.webdav.org/neon/
+COMMENT= HTTP and WebDAV client library
+
+USE_GMAKE= # defined
+USE_BUILDLINK_ONLY= # defined
+
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --enable-libxml
+CONFIGURE_ARGS+= --enable-shared
+
+.include "../../devel/zlib/buildlink.mk"
+.include "../../security/openssl/buildlink.mk"
+.include "../../textproc/libxml/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"