Ticket #14249: Portfile.2

File Portfile.2, 965 bytes (added by myschizobuddy@…, 15 years ago)

working portfile

Line 
1# $Id: Portfile 28766 2007-09-08 15:48:41Z bbyer@macports.org $
2
3PortSystem 1.0
4
5name            xorg-libXt
6version         1.0.5
7categories      X11 devel
8maintainers     nonmaintainer
9description     X.org libXt
10homepage        http://www.x.org
11platforms       darwin macosx
12long_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).
13master_sites     ${homepage}/pub/individual/lib/
14
15distname    libXt-${version}
16checksums   md5 f3bdd67785ace8cd0b23249e9d8c9975 \
17            sha1 5f33921e373ce162a39eabef2ce05d946935eb5b \
18            rmd160 7e5ef9e03dc860bf5b64b85a897dd1d2ae1ed0bf
19
20use_bzip2   yes
21
22depends_lib     port:pkgconfig \
23                port:xorg-kbproto \
24                port:xorg-proto \
25                port:xorg-libXdmcp \
26                port:xorg-libsm \
27                port:xorg-libX11