mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
53e306426b
- Update MASTER_SITES - Add LICENSE PR: ports/191438 Submitted by: jwbacon@tds.net
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# Created by: Jason W. Bacon <jwbacon@tds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= endian
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
|
|
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
|
|
|
|
MAINTAINER= jwbacon@tds.net
|
|
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>
|