diff options
author | manu <manu@pkgsrc.org> | 2005-02-16 08:51:46 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2005-02-16 08:51:46 +0000 |
commit | 054ba52d93c6de5295c34db39c6f15166662f83e (patch) | |
tree | 6c090d5779396c76676e002ec27def9a63d1180b /net/hobbitclient/Makefile | |
parent | 16000086e37e381a204d5c8a0a6a20b396c3414b (diff) | |
download | pkgsrc-054ba52d93c6de5295c34db39c6f15166662f83e.tar.gz |
hobbitclient is a free-software client for Hobbit monitor and Big Brother
Diffstat (limited to 'net/hobbitclient/Makefile')
-rw-r--r-- | net/hobbitclient/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile new file mode 100644 index 00000000000..f76c396d397 --- /dev/null +++ b/net/hobbitclient/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/16 08:51:46 manu Exp $ +# + +DISTNAME= hobbitclient-0.3 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/} +EXTRACT_SUFX= .tgz + +MAINTAINER= manu@NetBSD.org +HOMEPAGE= http://hobbitmon.sourceforge.net/ +COMMENT= Client for Hobbit Monitor or Big brother + +GNU_CONFIGURE= yes +ALL_TARGET= hobbitc + +.include "../../mk/bsd.pkg.mk" |