pkgsrc/devel/mr/Makefile
schmonz 380eb4d0a8 Update to 1.20141024. From the changelog:
* Fix name for vcsh_clean. Closes: #766655
* Add darcs grep command using ack-grep. Thanks, Paul Wise.
* Add a clean command. Thanks, Paul Wise. Closes: #702685
* Fix breakage introduced by --minimal patch.
* Deal with abs_path change in new version of perl, now it returns undefined
  when the directory does not exist.
* Added --minimal mode. Closes: #694031 Thanks, Paul Wise.
* Use libio-pty-easy-perl when available when captuting command output
  (for --minimal or -jN), so that programs that output color to terminals
  will be colorized. This is only a recommends as it will fall back to
  the old method. Thanks, Paul Wise.
2014-10-25 15:34:54 +00:00

35 lines
932 B
Makefile

# $NetBSD: Makefile,v 1.18 2014/10/25 15:34:54 schmonz Exp $
#
DISTNAME= myrepos_1.20141024
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/myrepos/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://myrepos.branchable.com/
COMMENT= Treat multiple repositories as one combined repository
LICENSE= gnu-gpl-v2
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-ack-[0-9]*:../../textproc/p5-ack
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_LANGUAGES= # none
BUILD_TARGET+= build
TEST_TARGET+= test
USE_TOOLS+= perl:run
REPLACE_PERL+= mr webcheckout
EGDIR= ${PREFIX}/share/examples/mr
INSTALLATION_DIRS= bin ${PKGMANDIR} ${EGDIR}
post-install:
set -e; cd ${WRKSRC}; \
${INSTALL_DATA} mrconfig ${DESTDIR}${EGDIR}; \
${INSTALL_DATA} mrconfig.complex ${DESTDIR}${EGDIR}
.include "../../mk/bsd.pkg.mk"