freebsd-ports/devel/pipestatus/Makefile
Eitan Adler 4ea635fd2d Hand back my ports to the pool.
Ports require time and TLC which I no longer have.
2014-09-24 06:00:09 +00:00

21 lines
428 B
Makefile

# Created by: 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
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>