1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
freebsd-ports/net/hx/Makefile

30 lines
613 B
Makefile
Raw Normal View History

# 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
2003-11-02 22:12:47 +00:00
MASTER_SITES= http://hx.fortyoz.org/ \
http://members.macconnect.com/users/j/jalex/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:28:59 +00:00
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>