2001-05-27 17:22:39 +00: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
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= utils/file
|
|
|
|
|
2001-06-08 05:36:46 +00:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2003-02-22 17:14:31 +00:00
|
|
|
COMMENT= Splits standard input and pipes into a command
|
2001-05-27 17:22:39 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
MAN1= xin.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|