1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net-p2p/hx/Makefile
Pav Lucistnik 6d21339b10 - Remove dead master site
- Remove dead WWW
- Remove attribution
2005-09-13 21:27:49 +00:00

29 lines
586 B
Makefile

# 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://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>