mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
pkgconfig is the only port that provides the pkg-config program, we're not planning on adding a pkgconfig-devel port anytime soon, and path: dependencies confuse newcomers. bin: dependencies would allow a program installed outside of MacPorts to satisfy the dependency, which we don't want.
25 lines
746 B
Plaintext
25 lines
746 B
Plaintext
PortSystem 1.0
|
|
|
|
name lostirc
|
|
version 0.4.6
|
|
categories irc
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description simple GTK+ IRC client
|
|
long_description \
|
|
LostIRC is an IRC client for X, written in C++ using gtkmm as a \
|
|
widget set. The goal of the first stable version, is to make a \
|
|
simple, keyboard controlled IRC application with basic features \
|
|
implemented.
|
|
homepage http://lostirc.sourceforge.net/
|
|
platforms darwin
|
|
master_sites sourceforge
|
|
checksums md5 501cd56bc0740d599540fb415718b939 \
|
|
sha1 5775f168593e62b09abe683da252f50cdb6242fb \
|
|
rmd160 ffd25b350f477a1cc72138448d05e0b66ad801a9
|
|
patchfiles patch-src__libirc__DCC.cpp
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib lib:libgtkmm.2:gtkmm
|