1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/endian/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>