freebsd-ports/converters/ruby-iconv/Makefile

34 lines
683 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= converters ruby
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
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
2000-09-07 16:39:47 +02:00
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
post-install:
.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/
.endfor
.endif
.include <bsd.port.mk>