blob: 6f7826f7cc059221fe7effb133265a1869dfe43e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: 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= jwbacon@tds.net
COMMENT= Report endianness of a system
MAN1= endian.1
PLIST_FILES= bin/endian
NO_STAGE= yes
.include <bsd.port.mk>
|