21 lines
400 B
Makefile
21 lines
400 B
Makefile
PORTNAME= endian
|
|
DISTVERSION= 1.1-6
|
|
DISTVERSIONSUFFIX= -g5688773
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Report endianness of a system
|
|
WWW= https://github.com/outpaddling/endian/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= bin/endian share/man/man1/endian.1.gz
|
|
|
|
.include <bsd.port.mk>
|