Ticket #25771: Portfile

File Portfile, 1.0 KB (added by stupendoussteve@…, 14 years ago)

Geany 0.19 portfile

Line 
1PortSystem      1.0
2PortGroup       archcheck 1.0
3
4name            geany
5version         0.19
6license         GPL-2
7maintainers     nox openmaintainer
8categories      devel
9platforms       darwin
10description     A fast and lightweight GTK+ IDE
11
12long_description \
13    Geany is a small and lightweight integrated development \
14    environment. It was developed to provide a small and fast \
15    IDE, which has only a few dependencies from other packages. \
16    Another goal was to be as independent as possible from a \
17    special Desktop Environment like KDE or GNOME.
18
19homepage        http://www.geany.org/
20master_sites    http://download.geany.org/
21use_bzip2       yes
22
23checksums           md5     3f9ab0faea72b1c8e25fe50162c42f95 \
24                    sha1    501eeb43cea91c8016df4b134549a54430981c0d \
25                    rmd160  b7cd4b73ae340159ee0b7e30ce1dcccd41038694
26
27depends_lib \
28    port:gettext \
29    port:gtk2 \
30    port:vte
31
32archcheck.files \
33    lib/libgdk_pixbuf-2.0.dylib \
34    lib/libintl.dylib \
35    lib/libvte.dylib
36
37use_autoconf    yes