1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/japanese/ruby-uconv/Makefile
Steve Wills 1b3fb043fc - Update to 0.5.3
- Fixes build with Ruby 1.9
2011-04-10 19:25:36 +00:00

35 lines
779 B
Makefile

# 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.5.3
CATEGORIES= japanese converters ruby
MASTER_SITES= http://www.yoshidam.net/
DIST_SUBDIR= ruby
MAINTAINER= ruby@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>