ced1fcb9a5
- Update WWW Approved by: portmgr blanket
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xin
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SUNSITE/utils/file
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Splits standard input and pipes into a command
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/xin man/man1/xin.1.gz
|
|
|
|
.include <bsd.port.mk>
|