aboutsummaryrefslogblamecommitdiff
path: root/sysutils/shuf/Makefile
blob: 08f877f6c9ee171a35128f80710bf0b2073d38e7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                    
                   
                        
                                                                                           


                                            
                                             

                    
                                 
 
                   
 

                                        


                                                                  
                                                                               

                      
PORTNAME=	shuf
DISTVERSION=	3.0
CATEGORIES=	sysutils
MASTER_SITES=	https://github.com/ibara/shuf/releases/download/${PORTNAME}-${DISTVERSION}/

MAINTAINER=	feld@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>