opnsense-ports/sysutils/shuf/Makefile
Franco Fichtner f0dd6f9ec0 */*: sync with upstream
Taken from: FreeBSD
2023-07-21 09:38:38 +02:00

22 lines
537 B
Makefile

PORTNAME= shuf
DISTVERSION= 3.0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/ibara/shuf/releases/download/${PORTNAME}-${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Randomly permute input lines
WWW= https://github.com/ibara/shuf
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
HAS_CONFIGURE= yes
PLIST_FILES= bin/shuf \
share/man/man1/shuf.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/shuf ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/shuf.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1
.include <bsd.port.mk>