![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / textproc / xhtmldiff / Attic / Makefile (download)
Revision 1.7, Sat Apr 6 13:01:28 2013 UTC (10 years, 5 months ago) by rodent
'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be redundant.' - It was. Removed. |
# $NetBSD: Makefile,v 1.7 2013/04/06 13:01:28 rodent Exp $ DISTNAME= xhtmldiff-1.2.2 PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://theinternetco.net/projects/ruby/ MAINTAINER= minskim@NetBSD.org HOMEPAGE= # http://theinternetco.net/projects/ruby/xhtmldiff.html COMMENT= Tool for generating valid XHTML redline documents DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]* RUBY_VERSION_SUPPORTED= 18 post-extract: cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE} .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk"