blob: 5d4b5e08dd61563445915b0eeea1d55169c13d4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
COMMENT= A text based Hotline (http://www.bigredh.com) client for Unix
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/hx
.include <bsd.port.mk>
|