blob: cb5deb9b96e2edaf3d9f38de21d1d62cb5d4cd0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= 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
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/hx
.include <bsd.port.mk>
|