mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7c9f43e796
Hat: portmgr
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# 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
|
|
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
|
|
|
|
USE_GETOPT_LONG=yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= xin.1
|
|
PLIST_FILES= bin/xin
|
|
|
|
.include <bsd.port.mk>
|