summaryrefslogtreecommitdiff
path: root/net/hobbitclient/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2005-02-16 08:51:46 +0000
committermanu <manu@pkgsrc.org>2005-02-16 08:51:46 +0000
commit054ba52d93c6de5295c34db39c6f15166662f83e (patch)
tree6c090d5779396c76676e002ec27def9a63d1180b /net/hobbitclient/Makefile
parent16000086e37e381a204d5c8a0a6a20b396c3414b (diff)
downloadpkgsrc-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/Makefile16
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"