summaryrefslogtreecommitdiffstats
path: root/textproc/ruby-sablot/Makefile
blob: 8c579500fbb3f7cb0926e0876cf3b99db0d508ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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
CATEGORIES=	textproc ruby
MASTER_SITES=	http://www.rubycolor.org/arc/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	knu@FreeBSD.org

LIB_DEPENDS=	sablot.65:${PORTSDIR}/textproc/sablotron \
		iconv.2:${PORTSDIR}/converters/iconv \
		expat.2:${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_EXAMPLESDIR}/${PORTNAME}
	${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
.for f in ${DOCS_EN}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.for f in ${DOCS_JA}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud