2001-05-27 19:22:39 +02:00
|
|
|
# New ports collection makefile for: xin
|
|
|
|
# Date created: Apr 27, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xin
|
|
|
|
PORTVERSION= 1.0.0
|
2003-07-14 04:53:03 +02:00
|
|
|
PORTREVISION= 1
|
2001-05-27 19:22:39 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= utils/file
|
|
|
|
|
2006-04-15 02:01:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= Splits standard input and pipes into a command
|
2001-05-27 19:22:39 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xin.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xin
|
2001-05-27 19:22:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|