mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
86455d5a2f
"big", or "mixed". As there is no standard terminology for the various possible mixed modes, and very few such machines even exist, endian does not distinguish between various mixed modes. Report endianness of a system. PR: ports/107939 Submitted by: bacon at smithers.neuro.mcw.edu
28 lines
548 B
Makefile
28 lines
548 B
Makefile
# New ports collection makefile for: endian
|
|
# Date created: 3 Jan 2006
|
|
# Whom: bacon@smithers.neuro.mcw.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= endian
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ \
|
|
http://bacon.is-a-geek.org/~bacon/Ports/distfiles/
|
|
|
|
MAINTAINER= bacon@smithers.neuro.mcw.edu
|
|
COMMENT= Report endianness of a system
|
|
|
|
MAN1= endian.1
|
|
|
|
PLIST_FILES= bin/endian
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|