diff options
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile new file mode 100644 index 00000000000..0c272de721b --- /dev/null +++ b/net/howl/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 19:03:12 nathanw Exp $ + +DISTNAME= howl-0.9.5 +CATEGORIES= net +MASTER_SITES= http://www.porchdogsoft.com/download/ + +MAINTAINER= nathanw@NetBSD.org +HOMEPAGE= http://www.porchdogsoft.com/products/howl/ +COMMENT= Zeroconf (Rendezvous) implementation + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |