b329cdeaa3
Approved by: portmgr (blanket)
18 lines
420 B
Makefile
18 lines
420 B
Makefile
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>
|