You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
596 B
Plaintext
24 lines
596 B
Plaintext
PortSystem 1.0
|
|
PortGroup gnustep 1.0
|
|
|
|
name HighlighterKit
|
|
version 0.1
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
homepage http://wiki.gnustep.org/index.php/HighlighterKit
|
|
|
|
description Syntax highlighting framework
|
|
long_description \
|
|
HighlighterKit is a framework to allow easy incorporation \
|
|
of syntax highlighting features into your application.
|
|
|
|
master_sites http://download.gna.org/pmanager/0.2/
|
|
checksums md5 ad0fb97126da238cbfdb1a7eb0a5f7e4
|
|
|
|
depends_lib port:gnustep-gui
|
|
|
|
array set gnustep.post_flags {
|
|
. "-lobjc -lgnustep-base -lgnustep-gui"
|
|
}
|