Ticket #15422: Portfile

File Portfile, 810 bytes (added by jwbacon@…, 16 years ago)

Portfile

Line 
1# $Id: $
2PortSystem      1.0
3name            endian
4version         1.0
5categories      sysutils
6maintainers     jwbacon@tds.net
7description     Report endianness of a system.
8long_description        Accurately determine the endianness of a system by placing a longword into memory and checking the order of the bytes at that address.
9homepage        http://personalpages.tds.net/~jwbacon/Ports/
10master_sites    http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
11                http://jbacon.dyndns.org/~bacon/Ports/distfiles/
12use_configure   no
13destroot        {
14        xinstall -d -m 0755 ${destroot}${prefix}/bin
15        xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1
16        xinstall -m 0555 ${worksrcpath}/endian ${destroot}${prefix}/bin
17        xinstall -m 0444 ${worksrcpath}/endian.1 ${destroot}${prefix}/share/man/man1
18}
19checksums        endian-1.0.tar.gz md5 83407de0ce534c2be774caca4ae9230c