pkgsrc/devel/darcs/Makefile
wiz f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00

24 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.32 2013/10/24 10:31:02 wiz Exp $
DISTNAME= darcs-2.0.2
PKGREVISION= 8
CATEGORIES= devel scm
MASTER_SITES= http://www.darcs.net/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.darcs.net/
COMMENT= Distributed revision control system
BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html
BUILD_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
PKG_DESTDIR_SUPPORT= none
BROKEN= Does not support DESTDIR; will be removed after 2013Q4
USE_TOOLS+= gmake perl
MAKE_FILE= GNUmakefile
GNU_CONFIGURE= yes
.include "../../www/curl/buildlink3.mk"
.include "../../lang/ghc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"