summaryrefslogtreecommitdiff
path: root/net/gnet/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-05-16 18:13:26 +0000
committerwiz <wiz>2002-05-16 18:13:26 +0000
commit6a901699aebc2def90c531ab16eed5cbcb35508d (patch)
tree7bb657b4b9e11760c744082888649d89e2017d99 /net/gnet/Makefile
parent7acbeb4ea6ee46d51c2775f2680a826b73079405 (diff)
downloadpkgsrc-6a901699aebc2def90c531ab16eed5cbcb35508d.tar.gz
Initial import of GNet-1.1.4:
GNet is a simple network library. It is written in C, object-oriented, and built upon GLib. It is intended to be small, fast, easy-to-use, and easy to port. GNet comes with documentation and examples.
Diffstat (limited to 'net/gnet/Makefile')
-rw-r--r--net/gnet/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile
new file mode 100644
index 00000000000..4ca7f548712
--- /dev/null
+++ b/net/gnet/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/16 18:13:26 wiz Exp $
+#
+
+DISTNAME= gnet-1.1.4
+CATEGORIES= net
+MASTER_SITES= http://www.gnetlibrary.org/src/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnetlibrary.org/
+COMMENT= simple network library
+
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+.include "../../devel/glib/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"