summaryrefslogtreecommitdiff
path: root/textproc/ruby-tilt1/Makefile
blob: 85fb8c30edba25d47c7ccdaaf4e8b6305894618d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.2 2017/03/19 16:02:43 taca Exp $

DISTNAME=	tilt-1.4.1
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/tilt/tilt1/}
PKGREVISION=	1
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/rtomayko/tilt/
COMMENT=	Generic interface to multiple Ruby template engines
LICENSE=	mit

RUBYGEM_OPTIONS+=	--format-executable
OVERRIDE_GEMSPEC+=	rdoc: :executables tilt=tilt1 \
			:files bin/tilt=bin/tilt1

pre-configure:
	${MV} ${WRKSRC}/bin/tilt ${WRKSRC}/bin/tilt1

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"