aboutsummaryrefslogblamecommitdiff
path: root/sysutils/xpipe/Makefile
blob: 3b053d64517df64fc34d5ac3fd7dee65b3fc0166 (plain) (tree)
1
                                                  





















                                                                                         
# Created by: Jose G. Juanino <jjuanino@gmail.com>

PORTNAME=	xpipe
DISTVERSION=	g20200503
CATEGORIES=	sysutils

MAINTAINER=	jjuanino@gmail.com
COMMENT=	Split input and feed it into the given utility

LICENSE=	BSD2CLAUSE

USE_GITHUB=	yes
GH_ACCOUNT=	jschauma
GH_TAGNAME=	60b0aec

PLIST_FILES=	bin/${PORTNAME} \
		share/man/man1/${PORTNAME}.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1

.include <bsd.port.mk>