| 1 | # $Id: Portfile 28766 2007-09-08 15:48:41Z bbyer@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name xorg-libXt |
|---|
| 6 | version 1.0.5 |
|---|
| 7 | categories X11 devel |
|---|
| 8 | maintainers nonmaintainer |
|---|
| 9 | description X.org libXt |
|---|
| 10 | homepage http://www.x.org |
|---|
| 11 | platforms darwin macosx |
|---|
| 12 | long_description X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). |
|---|
| 13 | master_sites ${homepage}/pub/individual/lib/ |
|---|
| 14 | |
|---|
| 15 | distname libXt-${version} |
|---|
| 16 | checksums md5 f3bdd67785ace8cd0b23249e9d8c9975 \ |
|---|
| 17 | sha1 5f33921e373ce162a39eabef2ce05d946935eb5b \ |
|---|
| 18 | rmd160 7e5ef9e03dc860bf5b64b85a897dd1d2ae1ed0bf |
|---|
| 19 | |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | |
|---|
| 22 | depends_lib port:pkgconfig \ |
|---|
| 23 | port:xorg-kbproto \ |
|---|
| 24 | port:xorg-proto \ |
|---|
| 25 | port:xorg-libXdmcp \ |
|---|
| 26 | port:xorg-libsm \ |
|---|
| 27 | port:xorg-libX11 |
|---|