summaryrefslogtreecommitdiff
path: root/net-p2p/hx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/hx/Makefile')
-rw-r--r--net-p2p/hx/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile
deleted file mode 100644
index 1b9077fde92f..000000000000
--- a/net-p2p/hx/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: hx
-# Date created: 28 March 2001
-# Whom: logo@blackened.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= hx
-PORTVERSION= 0.7.14
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://hx.fortyoz.org/ \
- http://members.macconnect.com/users/j/jalex/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A text based Hotline (http://www.bigredh.com) client for Unix
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-GNU_CONFIGURE= yes
-
-MAN1= hx.1
-PLIST_FILES= bin/hx
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/hx ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/hx.1 ${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>