aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p4genpatch/Makefile
blob: c86d5cd85ea7cc5ca9619e8aae6dbb46c9803ce3 (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
36
37
38
39
40
# New ports collection makefile for:    p4genpatch
# Date created:             29 January 2005
# Whom:                 bms@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=       p4genpatch
PORTVERSION=        1
CATEGORIES=     devel
MASTER_SITES=       #
DISTFILES=

MAINTAINER=     bms@FreeBSD.org
COMMENT=        Helper scripts for generating RCS patches from Perforce

RUN_DEPENDS=        p4:${PORTSDIR}/devel/perforce

NO_BUILD=       yes
NO_WRKSUBDIR=       yes

USE_PERL5=      yes
USE_REINPLACE=      yes

SCRIPTS=        bin/p4genpatch bin/p4d2p
PLIST_FILES=        ${SCRIPTS}

post-patch:
    ${MKDIR} ${WRKSRC}
    ${CP} -r ${FILESDIR}/bin ${WRKSRC}
.for script in ${SCRIPTS}
    ${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},g' ${WRKSRC}/${script}
.endfor

do-install:
.for script in ${SCRIPTS}
    ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${PREFIX}/bin
.endfor

.include <bsd.port.mk>