Ticket #2129: Portfile

File Portfile, 660 bytes (added by ultrix@…, 20 years ago)

Portfile

Line 
1PortSystem 1.0
2name            gtk-smooth-engine
3version         0.5.8
4description     Smooth GTK2 Theme Engine
5long_description        smooth, fast and highly configurable GTK2 theme engine
6maintainers     
7categories      x11 gnome
8platforms       darwin
9homepage        http://art.gnome.org/
10master_sites    sourceforge:smooth-engine
11checksums       md5 7b4aebf85040b357124de926807dc22a
12depends_lib     lib:libX11.6:XFree86 lib:libglib.2:glib2 lib:libgtk.2:gtk2
13use_bzip2       no
14configure.args  --mandir=${prefix}/share/man --disable-gtk-1
15configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
16                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \
17                LDFLAGS="-L${prefix}/lib"