mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup outpaddling endian 1.1
|
|
revision 0
|
|
checksums rmd160 bfd0dc046f061a6f32f57787d22b9abf2f58418f \
|
|
sha256 486591d4dcd7320f835ae6114184b3c6049928496d99744df87e755d7d5d807a \
|
|
size 3071
|
|
|
|
categories sysutils
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description Report endianness of a system.
|
|
|
|
long_description Accurately determine the endianness of a system by placing \
|
|
a longword into memory and checking the order of the bytes \
|
|
at that address.
|
|
|
|
github.tarball_from archive
|
|
|
|
patchfiles Makefile.patch
|
|
|
|
# The Makefile wants to use this but doesn't if we set any CFLAGS of our own.
|
|
configure.cflags-append \
|
|
-Wall
|
|
|
|
destroot.destdir STAGEDIR=${destroot}
|