# $Id: Portfile 36951 2008-05-20 22:50:43Z waqar@macports.org $ PortSystem 1.0 name AfterStep version 2.2.8 categories x11 maintainers waqar@macports.org description Window Manager based on NeXTStep interface. long_description \ AfterStep is a window manager for the Unix X Window System. \ Originally based on the look and feel of the NeXTStep interface,\ it provides end users with a consistent, clean, and elegant \ desktop. The goal of AfterStep development is to provide for \ flexibility of desktop configuration, improving aestetics, \ and efficient use of system resources. homepage http://www.afterstep.org platforms darwin master_sites afterstep:stable use_bzip2 yes checksums md5 8734622c9cb549f5baa8b3262312db70 \ sha1 28d9c53a0512d0a931bfc7bc2ad0e08bc31651fb \ rmd160 2e91fed7d751b668540c14725045d2bcb1209fbc depends_build port:pkgconfig depends_lib lib:libX11.6:XFree86 port:jpeg port:libpng \ port:freetype port:tiff port:libungif port:gtk2 \ port:librsvg configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --enable-i18n --with-ungif --with-x \ --with-svg \ --with-gif-includes=${prefix}/include \ --with-tiff-includes=${prefix}/include \ --with-jpeg-includes=${prefix}/include \ --with-png-includes=${prefix}/include \ --with-ttf-includes=${prefix}/include platform darwin { configure.ldflags-append "-bind_at_load" configure.env PKG_CONFIG=${prefix}/bin/pkg-config patchfiles patch-parser.c pre-configure { reinplace "s|-rdynamic|-dynamic|g" \ ${worksrcpath}/configure \ ${worksrcpath}/libAfterBase/configure \ ${worksrcpath}/libAfterBase/configure.in \ ${worksrcpath}/libAfterImage/configure \ ${worksrcpath}/libAfterImage/configure.in } }