freebsd-ports/sysutils/endian/Makefile
Martin Wilke 9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00

20 lines
379 B
Makefile

# Created by: Jason W. Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= endian
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= bacon4000@gmail.com
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>