freebsd-ports/japanese/ruby-uconv/Makefile

35 lines
779 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby-uconv
# Date created: 9 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= uconv
2004-04-18 20:01:57 +02:00
PORTVERSION= 0.4.12
CATEGORIES= japanese converters ruby
2001-01-30 20:26:22 +01:00
MASTER_SITES= http://www.yoshidam.net/
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
2003-02-18 06:42:05 +01:00
COMMENT= Unicode conversion library with Japanese codesets support for Ruby
2000-09-07 16:39:47 +02:00
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
2000-09-07 16:39:47 +02:00
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
2000-09-07 16:39:47 +02:00
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
post-install:
.if !defined(NOPORTDOCS)
2002-10-06 23:38:34 +02:00
${MKDIR} ${RUBY_MODDOCDIR}/ja
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/
.endif
.include <bsd.port.post.mk>