opnsense-ports/sysutils/shuf/Makefile
Franco Fichtner fe42ad9c6a */*: sync with upstream
Taken from: HardenedBSD
2018-05-01 16:25:46 +02:00

24 lines
508 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= shuf
PORTVERSION= 1.8
CATEGORIES= sysutils
MASTER_SITES= https://devio.us/~bcallah/shuf/
MAINTAINER= feld@FreeBSD.org
COMMENT= Randomly permute input lines
LICENSE= ISCL
BROKEN_FreeBSD_10= Requires reallocarray
GNU_CONFIGURE= yes
PLIST_FILES= bin/shuf man/man1/shuf.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/shuf ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>