aboutsummaryrefslogtreecommitdiffstats
path: root/math/ruby-gmp/Makefile
blob: bebedef858b4695602e525b09fa40adc6eaf6fe1 (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:    libgmp-ruby
# Date created:     23 August 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   gmp
PORTVERSION=    1.0
PORTREVISION=   3
CATEGORIES= math ruby
MASTER_SITES=   http://raa.ruby-lang.org/cache/libgmp-ruby/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   lib${PORTNAME}-ruby_${PORTVERSION}
DIST_SUBDIR=    ruby

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby bindings to GNU Multiprecision Library

LIB_DEPENDS=    gmp.10:${PORTSDIR}/math/gmp

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

WRKSRC=     ${WRKDIR}/${DISTNAME:S/_/-/}
INSTALL_TARGET= site-install

DOCS=       ChangeLog README doc/PRECISION doc/TODO

.include <bsd.port.pre.mk>

.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.post.mk>