17 lines
367 B
Makefile
17 lines
367 B
Makefile
# 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
|
|
PLIST_FILES= bin/xin man/man1/xin.1.gz
|
|
|
|
.include <bsd.port.mk>
|