aboutsummaryrefslogtreecommitdiffstats
path: root/converters/ruby-iconv/Makefile
blob: c9704a2fc6d79e88a1761bf3faab5b9731815270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    Ruby-iconv
# Date created:     7 Aug 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   iconv
PORTVERSION=    0.4.2.p3
CATEGORIES= converters ruby
MASTER_SITES=   http://member.nifty.ne.jp/nokada/archive/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.p/-pre/}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org

LIB_DEPENDS=    giconv.2:${PORTSDIR}/converters/libiconv

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes
.if !defined(NOPORTDOCS)
USE_RUBY_RD=    yes
.endif

INSTALL_TARGET= site-install

.if !defined(NOPORTDOCS)
post-build:
    @cd ${WRKSRC}; \
    ${RUBY_RD} iconv.c > iconv.html
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_DOCDIR}/iconv
.for f in iconv.html rd.css
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/iconv/
.endfor
.endif

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
.include <bsd.port.post.mk>