aboutsummaryrefslogtreecommitdiffstats
path: root/net/hx/Makefile
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-03-29 07:33:22 +0800
committermurray <murray@FreeBSD.org>2001-03-29 07:33:22 +0800
commit28c158baf9b6b91b0bef60d447b7b9e35c1db869 (patch)
tree2f7394d1f6333af38d75ba493aad414f8fc2e851 /net/hx/Makefile
parentad9c6dd14db7b96edc6faa27b9631038166c9f5b (diff)
downloadfreebsd-ports-gnome-28c158baf9b6b91b0bef60d447b7b9e35c1db869.tar.gz
freebsd-ports-gnome-28c158baf9b6b91b0bef60d447b7b9e35c1db869.tar.zst
freebsd-ports-gnome-28c158baf9b6b91b0bef60d447b7b9e35c1db869.zip
Add hx 0.7.14,
a text based Hotline (http://www.bigredh.com) client for Unix. PR: 26186 Submitted by: logo@blackened.com
Diffstat (limited to 'net/hx/Makefile')
-rw-r--r--net/hx/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/hx/Makefile b/net/hx/Makefile
new file mode 100644
index 000000000000..3d27f6173375
--- /dev/null
+++ b/net/hx/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: hx
+# Date created: 28 March 2001
+# Whom: logo@blackened.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= hx
+PORTVERSION= 0.7.14
+CATEGORIES= net
+MASTER_SITES= ftp://fadeto.blackened.com/pub/other/hotlinex.org/
+
+MAINTAINER= logo@blackened.com
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/hx
+.include <bsd.port.mk>