Last change
on this file was
125216,
checked in by jmr@…, 4 years ago
|
AfterStep: license
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.4 KB
|
Rev | Line | |
---|
[20504] | 1 | # $Id: Portfile 125216 2014-09-10 16:29:58Z jmr@macports.org $ |
---|
[5734] | 2 | |
---|
| 3 | PortSystem 1.0 |
---|
[36947] | 4 | |
---|
[5734] | 5 | name AfterStep |
---|
[93570] | 6 | version 2.2.11 |
---|
[36947] | 7 | categories x11 |
---|
[125216] | 8 | license GPL-2+ |
---|
[96302] | 9 | maintainers nomaintainer |
---|
[5734] | 10 | description Window Manager based on NeXTStep interface. |
---|
| 11 | long_description \ |
---|
| 12 | AfterStep is a window manager for the Unix X Window System. \ |
---|
| 13 | Originally based on the look and feel of the NeXTStep interface,\ |
---|
| 14 | it provides end users with a consistent, clean, and elegant \ |
---|
| 15 | desktop. The goal of AfterStep development is to provide for \ |
---|
| 16 | flexibility of desktop configuration, improving aestetics, \ |
---|
[36947] | 17 | and efficient use of system resources. |
---|
[12446] | 18 | homepage http://www.afterstep.org |
---|
[5734] | 19 | platforms darwin |
---|
[5847] | 20 | master_sites afterstep:stable |
---|
[5734] | 21 | use_bzip2 yes |
---|
| 22 | |
---|
[93570] | 23 | checksums rmd160 a82a4b3fddcbcd97862212669c11d14629e51a4d \ |
---|
| 24 | sha256 ca7e872fc4d8320899667087d934e0672a3f38264a5207ea314d3c20242903aa |
---|
[5734] | 25 | |
---|
[36946] | 26 | depends_build port:pkgconfig |
---|
[12446] | 27 | |
---|
[43589] | 28 | depends_lib \ |
---|
[114120] | 29 | port:giflib \ |
---|
[43589] | 30 | port:gtk2 \ |
---|
| 31 | port:librsvg |
---|
[5734] | 32 | |
---|
[10426] | 33 | configure.args --mandir=${prefix}/share/man \ |
---|
| 34 | --infodir=${prefix}/share/info \ |
---|
[48080] | 35 | --enable-i18n --with-x \ |
---|
[125216] | 36 | --with-svg |
---|
[10426] | 37 | |
---|
[12446] | 38 | platform darwin { |
---|
[28499] | 39 | configure.ldflags-append "-bind_at_load" |
---|
[12446] | 40 | patchfiles patch-parser.c |
---|
[10426] | 41 | pre-configure { |
---|
| 42 | reinplace "s|-rdynamic|-dynamic|g" \ |
---|
| 43 | ${worksrcpath}/configure \ |
---|
| 44 | ${worksrcpath}/libAfterBase/configure \ |
---|
| 45 | ${worksrcpath}/libAfterBase/configure.in \ |
---|
| 46 | ${worksrcpath}/libAfterImage/configure \ |
---|
| 47 | ${worksrcpath}/libAfterImage/configure.in |
---|
| 48 | } |
---|
[5734] | 49 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.