mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
376 B
Makefile
20 lines
376 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
|
|
MAN1= xin.1
|
|
PLIST_FILES= bin/xin
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|