pkgsrc-wip/xmlformat-ruby/Makefile

30 lines
876 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/07/15 17:07:14 bubuchka Exp $
#
DISTNAME= xmlformat-${XMLFORMAT_VERSION}
PKGNAME= xmlformat-ruby-${XMLFORMAT_VERSION}
CATEGORIES= textproc
MASTER_SITES= http://www.kitebird.com/software/xmlformat/
MAINTAINER= mishka@NetBSD.org
HOMEPAGE= http://www.kitebird.com/software/xmlformat/
COMMENT= Configurable XML formatter, Ruby version
CONFLICTS+= xmlformat-perl-[0-9]*
REPLACE_RUBY= xmlformat.rb
NO_BUILD= yes
PKG_INSTALLATION_TYPES= overwrite pkgviews
DISTINFO_FILE= ${.CURDIR}/../../wip/xmlformat-docs/distinfo
DESCR_SRC= ${.CURDIR}/../../wip/xmlformat-docs/DESCR.common \
${PKGDIR}/DESCR
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xmlformat.rb ${PREFIX}/bin/xmlformat
.include "../../wip/xmlformat-docs/version.mk"
.include "../../lang/ruby/buildlink3.mk"
.include "../../lang/ruby/replace.mk"
.include "../../mk/bsd.pkg.mk"