summaryrefslogtreecommitdiff
path: root/converters/ruby-uconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/ruby-uconv/Makefile')
-rw-r--r--converters/ruby-uconv/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile
new file mode 100644
index 00000000000..e3860565f31
--- /dev/null
+++ b/converters/ruby-uconv/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1.2.2 2002/06/23 18:42:48 jlam Exp $
+# FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp
+
+DISTNAME= uconv-0.4.9
+PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+CATEGORIES= japanese converters
+MASTER_SITES= http://www.yoshidam.net/
+
+MAINTAINER= taca@netbsd.org
+HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv
+COMMENT= Unicode conversion library with Japanese codesets support
+
+DIST_SUBDIR= ruby
+USE_RUBY= yes
+USE_RUBY_EXTCONF= yes
+
+WRKSRC= ${WRKDIR}/uconv
+INSTALL_TARGET= site-install
+
+REPLACE_RUBY= samples/euc2unicode.rb samples/unicode2euc.rb \
+ samples/xmlconv.rb
+EXAMPLES= euc2unicode.rb test_euc.txt test_euc.xml trilang.xml \
+ unicode2euc.rb xmlconv.rb
+
+post-install:
+ ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/uconv
+.for f in ${EXAMPLES}
+ ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/uconv
+.endfor
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/uconv
+ ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/uconv
+ ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/uconv
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"