2007-01-15 15:34:45 +01:00
|
|
|
# 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
|
|
|
|
|
2007-04-18 21:53:57 +02:00
|
|
|
.include <bsd.port.mk>
|