freebsd-ports/converters/ruby-iconv/Makefile

42 lines
802 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-02-07 07:50:35 +01:00
PORTVERSION= 0.4.4
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.2:${PORTSDIR}/converters/iconv
2000-09-07 16:39:47 +02:00
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
.if !defined(NOPORTDOCS)
2000-09-07 16:39:47 +02:00
USE_RUBY_RD= yes
.endif
INSTALL_TARGET= site-install
.if !defined(NOPORTDOCS)
post-build:
@cd ${WRKSRC}; \
2000-09-07 16:39:47 +02:00
${RUBY_RD} iconv.c > iconv.html
.endif
post-install:
.if !defined(NOPORTDOCS)
2000-09-07 16:39:47 +02:00
${MKDIR} ${RUBY_DOCDIR}/iconv
.for f in iconv.html rd.css
2000-09-07 16:39:47 +02:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/iconv/
.endfor
.endif
.include <bsd.port.mk>