aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ruby-uconv/Makefile
blob: dcecd5a22e2a9fc942ec1272812465af0cbe4a6a (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
# 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.12
CATEGORIES= japanese converters ruby
MASTER_SITES=   http://www.yoshidam.net/
DIST_SUBDIR=    ruby

MAINTAINER= ports@FreeBSD.org
COMMENT=    Unicode conversion library with Japanese codesets support for Ruby

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

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

.include <bsd.port.pre.mk>

PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODDOCDIR}/ja
    ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
    ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/
.endif

.include <bsd.port.post.mk>