aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xpipe/Makefile
blob: 06dec8183b996113bf6f741572ef31b7140b5769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	xpipe
DISTVERSION=	g20200503
CATEGORIES=	sysutils

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Split input and feed it into the given utility
WWW=		https://github.com/jschauma/xpipe

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>