Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= dcl |
8 |
PORTNAME= dcl |
9 |
PORTVERSION= 1.5.2 |
9 |
PORTVERSION= 1.5.3 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= science graphics ruby |
10 |
CATEGORIES= science graphics ruby |
12 |
MASTER_SITES= http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/ |
11 |
MASTER_SITES= http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/ |
13 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |
Lines 16-29
Link Here
|
16 |
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp |
15 |
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp |
17 |
COMMENT= A Ruby interface to the scientific graphic library DCL |
16 |
COMMENT= A Ruby interface to the scientific graphic library DCL |
18 |
|
17 |
|
19 |
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray |
18 |
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ |
|
|
19 |
${X11BASE}/lib/libcdcl.a:${PORTSDIR}/science/cdcl |
20 |
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray |
20 |
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray |
21 |
|
21 |
|
|
|
22 |
|
22 |
.if defined(WITHOUT_GTK) |
23 |
.if defined(WITHOUT_GTK) |
23 |
.else |
24 |
.else |
24 |
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ |
25 |
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ |
25 |
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 |
26 |
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 |
26 |
BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl53.a:${PORTSDIR}/science/cdcl |
|
|
27 |
.endif |
27 |
.endif |
28 |
|
28 |
|
29 |
USE_RUBY= yes |
29 |
USE_RUBY= yes |
Lines 44-50
Link Here
|
44 |
|
44 |
|
45 |
.include <bsd.port.pre.mk> |
45 |
.include <bsd.port.pre.mk> |
46 |
|
46 |
|
47 |
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" |
47 |
.if ${ARCH} == "ia64" |
48 |
BROKEN= Does not build on ${ARCH} (Needs to link against shared libraries) |
48 |
BROKEN= Does not build on ${ARCH} (Needs to link against shared libraries) |
49 |
.endif |
49 |
.endif |
50 |
|
50 |
|