1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/misc/c-hey/Makefile
2010-03-20 14:20:32 +00:00

28 lines
553 B
Makefile

# New ports collection Makefile for: c-hey
# Date Created: 10 June 2003
# Whom: Philip Reynolds
# $FreeBSD$
PORTNAME= c-hey
PORTVERSION= 2.1
CATEGORIES= misc
MASTER_SITES= http://www.redbrick.dcu.ie/~c-hey/src.gzipped/
DISTNAME= c-hey2.1
MAINTAINER= philip.reynolds@gmail.com
COMMENT= Terminal based instant messaging utility
GNU_CONFIGURE= yes
MAN1= c-hey.1
MLINKS= c-hey.1 hey.1
PLIST_FILES= bin/c-hey bin/hey
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>