mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
be26d1d912
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|