1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/misc/c-hey/Makefile
Kirill Ponomarev 0c676f8a64 Fix plist.
Approved by:	portmgr (implicit)
2005-01-03 10:02:04 +00:00

24 lines
496 B
Makefile

# New ports collection Makefile for: c-hey
# Date Created: 10 June 2003
# Whom: Philip Reynolds
# $FreeBSD$
PORTNAME= c-hey
PORTVERSION= 2.0
CATEGORIES= misc
MASTER_SITES= http://www.redbrick.dcu.ie/~c-hey/src.gzipped/
DISTNAME= c-hey2.0
MAINTAINER= philip.reynolds@rfc-networks.ie
COMMENT= Terminal based instant messaging utility
WRKSRC= ${WRKDIR}/c-hey_cvs_latest/c-hey
GNU_CONFIGURE= yes
MAN1= c-hey.1
MLINKS= c-hey.1 hey.1
PLIST_FILES= bin/c-hey bin/hey
.include <bsd.port.mk>