aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xin/Makefile
blob: e205ed0175a43b7f08384f7dcb9b6fbc8a63a896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	xin
PORTVERSION=	1.0.0
PORTREVISION=	2
CATEGORIES=	sysutils
MASTER_SITES=	SUNSITE/utils/file

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Splits standard input and pipes into a command
WWW=		https://www.kyne.com.au/~mark/software/xin.php

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES=	bin/xin share/man/man1/xin.1.gz

.include <bsd.port.mk>