aboutsummaryrefslogtreecommitdiffstats
path: root/math/ruby-math3d/Makefile
blob: b1346a1d14029fb2d852e2c712f262a5f18d3fb5 (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
# New ports collection makefile for:    Ruby/Math3d
# Date created:     8 May 2001
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   math3d
PORTVERSION=    0.03
CATEGORIES= math ruby
MASTER_SITES=   http://www2.giganet.net/~yoshi/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
COMMENT=    A Ruby library for mathematics for 3D graphics

BROKEN=     Does not compile

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

INSTALL_TARGET= site-install

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODDOCDIR}/ja
    ${INSTALL_DATA} ${WRKSRC}/manual.en ${RUBY_MODDOCDIR}/
    ${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_MODDOCDIR}/ja/
.endif

.include <bsd.port.mk>