freebsd-ports/devel/pipestatus/Makefile
Martin Wilke 656290e7fc - Update to 0.6.0
PR:		148549
Submitted by:	Ports Fury
2010-07-15 07:58:57 +00:00

30 lines
628 B
Makefile

# New ports collection makefile for: pipestatus
# Date created: 2008/01/26
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= pipestatus
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= UNIX/POSIX shell helper for running pipes safely
NO_BUILD= yes
PORTDOCS= ChangeLog README NEWS
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>