You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
719053401b
Update dependencies due to library name change. See https://trac.macports.org/ticket/57871
30 lines
846 B
Plaintext
30 lines
846 B
Plaintext
PortSystem 1.0
|
|
|
|
name c-hey
|
|
version 2.1
|
|
revision 2
|
|
categories sysutils
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description unix terminal based Instant Messaging Utility
|
|
long_description \
|
|
c-hey is a unix terminal based Instant Messaging \
|
|
Utility. In conjunction with the standard unix \
|
|
utility \"write\", it allows shell users to send \
|
|
messages to each other conveinently, easily and \
|
|
more personally.
|
|
homepage http://www.redbrick.dcu.ie/~c-hey/
|
|
platforms darwin
|
|
|
|
master_sites ${homepage}src.gzipped/
|
|
distname ${name}${version}
|
|
checksums md5 d0b3080c361337db5c7ef0ca6afb5561
|
|
|
|
patchfiles patch-Makefile.in patch-utent.h
|
|
|
|
depends_lib port:readline
|
|
|
|
configure.args --mandir=\\\${prefix}/share/man
|
|
|
|
destroot.destdir prefix=${destroot}${prefix}
|