diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-16 18:13:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-16 18:13:26 +0000 |
commit | e6be83c4357e0a3fbea9e4bcd1d497307ae4c039 (patch) | |
tree | 7bb657b4b9e11760c744082888649d89e2017d99 /net/gnet/Makefile | |
parent | e1e9c8de7cba7ad44b6e9e401c24840813c69006 (diff) | |
download | pkgsrc-e6be83c4357e0a3fbea9e4bcd1d497307ae4c039.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/Makefile | 18 |
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" |