diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-03-28 23:33:22 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-03-28 23:33:22 +0000 |
commit | b590aae9773340c66a1bd27376925b86c9b62521 (patch) | |
tree | 9cb47c1d7ed39e4c18159745e44f8604149a805b /net/hx/Makefile | |
parent | Update to 4131 virus definitions (diff) |
Add hx 0.7.14,
a text based Hotline (http://www.bigredh.com) client
for Unix.
PR: 26186
Submitted by: logo@blackened.com
Notes
Notes:
svn path=/head/; revision=40509
Diffstat (limited to 'net/hx/Makefile')
-rw-r--r-- | net/hx/Makefile | 17 |
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> |