2000-08-08 21:16:35 +02:00
|
|
|
# New ports collection makefile for: Ruby-iconv
|
|
|
|
# Date created: 7 Aug 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iconv
|
2001-11-16 06:00:34 +01:00
|
|
|
PORTVERSION= 0.4.5
|
2002-03-18 11:27:58 +01:00
|
|
|
PORTREVISION= 1
|
2000-08-16 14:21:24 +02:00
|
|
|
CATEGORIES= converters ruby
|
2000-08-08 21:16:35 +02:00
|
|
|
MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
|
2000-09-07 16:39:47 +02:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
2000-08-22 17:08:47 +02:00
|
|
|
DIST_SUBDIR= ruby
|
2000-08-08 21:16:35 +02:00
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
2002-03-18 10:46:46 +01:00
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
2000-08-08 21:16:35 +02:00
|
|
|
|
2000-09-07 16:39:47 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBY_EXTCONF= yes
|
2000-08-08 21:16:35 +02:00
|
|
|
|
2000-08-12 22:09:41 +02:00
|
|
|
INSTALL_TARGET= site-install
|
2000-08-08 21:16:35 +02:00
|
|
|
|
2000-08-12 22:09:41 +02:00
|
|
|
post-install:
|
2000-08-08 21:16:35 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-09-07 16:39:47 +02:00
|
|
|
${MKDIR} ${RUBY_DOCDIR}/iconv
|
2001-11-16 06:00:34 +01:00
|
|
|
.for f in *.html iconv.rlog rd.css
|
2000-09-07 16:39:47 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/iconv/
|
2000-08-08 21:16:35 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2000-09-24 23:56:45 +02:00
|
|
|
.include <bsd.port.mk>
|