mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
755fb5dc90
Submitted by: Philip Reynolds <philip.reynolds@rfc-networks.ie> PR: 53148 Approved by: fjoe (implicit)
22 lines
441 B
Makefile
22 lines
441 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
|
|
|
|
.include <bsd.port.mk>
|