diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 23:33:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 23:33:08 +0800 |
commit | 92f568f15653279e9ed4b0ffca1101e2515a305e (patch) | |
tree | 78a3c50be82417b6a6722af45712bd0ee38cf0c8 /science | |
parent | 300ab8a85bf736177e931d9c395e91879809001e (diff) | |
download | freebsd-ports-gnome-92f568f15653279e9ed4b0ffca1101e2515a305e.tar.gz freebsd-ports-gnome-92f568f15653279e9ed4b0ffca1101e2515a305e.tar.zst freebsd-ports-gnome-92f568f15653279e9ed4b0ffca1101e2515a305e.zip |
Allow packaging as a user
Diffstat (limited to 'science')
-rw-r--r-- | science/ruby-netcdf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile index 05abe32a2fe7..69c5ad0ccd5a 100644 --- a/science/ruby-netcdf/Makefile +++ b/science/ruby-netcdf/Makefile @@ -13,14 +13,16 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby interface to the NetCDF scientific IO library +COMMENT= Ruby interface to the NetCDF scientific IO library BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf +LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray USE_RUBY= yes USE_RUBY_EXTCONF= yes +MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" DOCS= ChangeLog ToDo doc/* |