aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pipestatus/Makefile
blob: 7f4b9ef37572de2296878604c5e3113a1d474edb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    pipestatus
# Date created:             2008/01/26
# Whom:                 chinsan
#
# $FreeBSD$
#

PORTNAME=   pipestatus
PORTVERSION=    0.5.0
CATEGORIES= devel
MASTER_SITES=   SF

MAINTAINER= chinsan@FreeBSD.org
COMMENT=    UNIX/POSIX shell helper for running pipes safely

NO_BUILD=   yes

PLIST_FILES=    bin/pipestatus
.if !defined(NOPORTDOCS)
PLIST_DIRS= ${DOCSDIR_REL}
PLIST_FILES+=   ${DOCSDIR_REL}/README \
        ${DOCSDIR_REL}/NEWS
.endif
DOCS=       README NEWS

do-install:
    ${INSTALL_DATA} ${WRKSRC}/pipestatus ${DESTDIR}${PREFIX}/bin/
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for doc in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>