mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
cf118ccf87
Reported by: lwhsu
18 lines
311 B
Makefile
18 lines
311 B
Makefile
PORTNAME= endian
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Report endianness of a system
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:xz
|
|
|
|
PLIST_FILES= bin/endian man/man1/endian.1.gz
|
|
|
|
MAKE_ARGS= STAGEDIR=${STAGEDIR}
|
|
|
|
.include <bsd.port.mk>
|