2017-09-22 14:09:26 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2017/09/22 12:09:26 tnn Exp $
|
2002-05-31 15:00:10 +02:00
|
|
|
|
2015-12-12 18:56:55 +01:00
|
|
|
DISTNAME= uconv-0.6.1
|
2004-03-16 03:01:09 +01:00
|
|
|
CATEGORIES= converters japanese ruby
|
2002-05-31 15:00:10 +02:00
|
|
|
MASTER_SITES= http://www.yoshidam.net/
|
2017-09-22 14:09:26 +02:00
|
|
|
MASTER_SITES+= http://web.archive.org/web/20160815150116/http://www.yoshidam.net/
|
2002-05-31 15:00:10 +02:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= taca@NetBSD.org
|
2017-09-04 20:00:49 +02:00
|
|
|
#HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv
|
2002-05-31 15:00:10 +02:00
|
|
|
COMMENT= Unicode conversion library with Japanese codesets support
|
2010-09-10 06:05:04 +02:00
|
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
2002-05-31 15:00:10 +02:00
|
|
|
|
2004-11-27 16:37:20 +01:00
|
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
WRKSRC= ${WRKDIR}/uconv
|
2002-05-31 15:00:10 +02:00
|
|
|
|
2008-06-19 16:42:24 +02:00
|
|
|
INSTALLATION_DIRS= ${RUBY_DOC}/uconv
|
2004-11-27 16:37:20 +01:00
|
|
|
INSTALL_TARGET= site-install
|
2002-05-31 15:00:10 +02:00
|
|
|
|
2008-06-19 16:42:24 +02:00
|
|
|
DOCS= README README.ja
|
|
|
|
|
2002-05-31 15:00:10 +02:00
|
|
|
post-install:
|
2008-06-19 16:42:24 +02:00
|
|
|
.for f in ${DOCS}
|
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/uconv
|
|
|
|
.endfor
|
2002-05-31 15:00:10 +02:00
|
|
|
|
2004-11-27 16:37:20 +01:00
|
|
|
.include "../../lang/ruby/modules.mk"
|
2002-05-31 15:00:10 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|