pkgsrc/devel/pipestatus/Makefile

29 lines
684 B
Makefile
Raw Normal View History

2017-09-03 10:53:04 +02:00
# $NetBSD: Makefile,v 1.4 2017/09/03 08:53:07 wiz Exp $
#
DISTNAME= pipestatus-0.6.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pipestatus/}
2011-10-09 12:02:44 +02:00
MAINTAINER= cheusov@NetBSD.org
2017-09-03 10:53:04 +02:00
HOMEPAGE= https://sourceforge.net/projects/pipestatus/
COMMENT= UNIX/POSIX shell helper for running pipes safely
LICENSE= public-domain
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS+= bin share/doc/pipestatus
DOCS= README NEWS
TEST_TARGET= test
MAKE_FLAGS+= SH=${SH:Q}
do-install:
${INSTALL_DATA} ${WRKSRC}/pipestatus ${DESTDIR}${PREFIX}/bin/
.for doc in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DESTDIR}${PREFIX}/share/doc/pipestatus/
.endfor
.include "../../mk/bsd.pkg.mk"