summaryrefslogtreecommitdiff
path: root/japanese/ruby-uconv/Makefile
blob: 1a32901578f2ad4e00925e9dbcdb200a23c955e4 (plain) (blame)
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
# New ports collection makefile for:	Ruby-uconv
# Date created:		9 Aug 2000
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=	uconv
PORTVERSION=	0.4.10
CATEGORIES=	japanese converters ruby
MASTER_SITES=	http://www.yoshidam.net/
DIST_SUBDIR=	ruby

MAINTAINER=	knu@FreeBSD.org

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
INSTALL_TARGET=	site-install

EXAMPLES=	euc2unicode.rb \
		test-utf.rb	test-utf2.rb \
		test_euc.txt	test_euc.xml \
		trilang.xml	unicode2euc.rb	xmlconv.rb

.include <bsd.port.pre.mk>

PKGNAMEPREFIX:=	${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}

post-install:
	${MKDIR} ${RUBY_EXAMPLESDIR}/uconv/ja
.for f in ${EXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/uconv/ja
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_DOCDIR}/uconv/ja
	${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/uconv/
	${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/uconv/ja/
.endif

.include <bsd.port.post.mk>