diff options
author | sem <sem@FreeBSD.org> | 2005-02-25 04:15:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-25 04:15:00 +0800 |
commit | 93df2f4ca07bb83e4d511da637bcd49059264da1 (patch) | |
tree | 271ddc50e04a262721eb15b60083fd899a5ade3a /science/gave/Makefile | |
parent | 61f6ed734c2d8f3ff0622858b8a440a2a09ed51c (diff) | |
download | freebsd-ports-gnome-93df2f4ca07bb83e4d511da637bcd49059264da1.tar.gz freebsd-ports-gnome-93df2f4ca07bb83e4d511da637bcd49059264da1.tar.zst freebsd-ports-gnome-93df2f4ca07bb83e4d511da637bcd49059264da1.zip |
science/cdcl -> update to 5.3 and use gtk by default
science/cdcl-gtk -> delete
science/ruby-dcl -> update to 1.5 and use gtk by default
science/ruby-dcl-gtk -> delete
science/ruby-gphys -> update to 0.3.5 and fix dependency
science/gave -> update to 1.1.3 and fix dependency
PR: ports/76853
Submitted by: maintainer
Diffstat (limited to 'science/gave/Makefile')
-rw-r--r-- | science/gave/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/science/gave/Makefile b/science/gave/Makefile index 2a5a98e7e641..37daa54f225d 100644 --- a/science/gave/Makefile +++ b/science/gave/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gave -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= science graphics ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/gave/ DIST_SUBDIR= ruby @@ -16,7 +15,7 @@ MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp COMMENT= A gtk+ based grid data analyser and viewer written in Ruby RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ - ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl-gtk \ + ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl \ ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \ ${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys \ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \ @@ -24,8 +23,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ ${RUBY_SITEARCHLIBDIR}/gnomevfs.so:${PORTSDIR}/devel/ruby-gnomevfs USE_RUBY= yes -NO_BUILD= yes -USE_REINPLACE= yes +USE_RUBY_SETUP= yes .include <bsd.port.pre.mk> @@ -38,10 +36,14 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv .endif .endif -post-patch: - @${REINPLACE_CMD} -e 's/sitelibdir\+\"\/numru\/\"\+package/sitelibdir\+\"\/\"\+package/' ${WRKSRC}/install.rb +DOCS= ChangeLog README -do-install: - @cd ${WRKSRC}/ && ${RUBY} ./install.rb --localedir=${PREFIX}/share/locale/ +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gave +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/gave +.endfor +.endif .include <bsd.port.post.mk> |