blob: 716bc6687b6ac1052cffd5434fc1b824796dd919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= xin
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file
MAINTAINER= ports@FreeBSD.org
COMMENT= Splits standard input and pipes into a command
GNU_CONFIGURE= yes
MAN1= xin.1
PLIST_FILES= bin/xin
NO_STAGE= yes
.include <bsd.port.mk>
|