1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Alex Dupre bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00

41 lines
863 B
Makefile

# 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>
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>