freebsd-ports/textproc/ruby-sablot/Makefile
Akinori MUSHA b1a97a01a4 Sigh. Again, bump libsablot's shlib major and PORTREVISION that
should have been updated when textproc/sablotron was updated.

Submitted by:	bento
A stack of pointy hats to:	skv
2003-03-11 09:11:34 +00:00

50 lines
1.2 KiB
Makefile

# New ports collection makefile for: Ruby-sablot
# Date created: 9 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= sablot
PORTVERSION= 0.5.2
PORTREVISION= 7
CATEGORIES= textproc ruby
MASTER_SITES= http://www.rubycolor.org/arc/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby interface to the Sablotron XSLT processor
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \
iconv.3:${PORTSDIR}/converters/libiconv \
expat.4:${PORTSDIR}/textproc/expat2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
CONFIGURE_ARGS= --with-sablot-lib="${LOCALBASE}" \
--with-iconv="${LOCALBASE}" \
--with-expat="${LOCALBASE}"
INSTALL_TARGET= site-install
DOCS_EN= README \
doc/sablot.html \
doc/sablot.rd
DOCS_JA= doc/sablot_ja.html \
doc/sablot.rd.ja
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif
.include <bsd.port.mk>