diff options
Diffstat (limited to 'net/gnet2/Makefile')
-rw-r--r-- | net/gnet2/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile new file mode 100644 index 000000000000..0c148011fcaa --- /dev/null +++ b/net/gnet2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnet +# Version required: 0.1.9 +# Date created: 16 February 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= gnet-0.1.9 +CATEGORIES= net +MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ + +MAINTAINER= nakai@FreeBSD.org + +GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config + +GNU_CONFIGURE= yes +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" + +.include <bsd.port.mk> |