aboutsummaryrefslogtreecommitdiff
path: root/misc/c-hey/Makefile
blob: f4180c7ae99faab63eeb7646643230942bcc5022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
PLIST_FILES=	bin/c-hey

.include <bsd.port.mk>