mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- New port math/octave-forge-zeromq.
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is zeromq. ZeroMQ bindings for GNU Octave.
This commit is contained in:
parent
7574761856
commit
c9c8cc6fea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409699
@ -394,6 +394,7 @@
|
||||
SUBDIR += octave-forge-video
|
||||
SUBDIR += octave-forge-xraylib
|
||||
SUBDIR += octave-forge-zenity
|
||||
SUBDIR += octave-forge-zeromq
|
||||
SUBDIR += ogdf
|
||||
SUBDIR += oleo
|
||||
SUBDIR += open-axiom
|
||||
|
31
math/octave-forge-zeromq/Makefile
Normal file
31
math/octave-forge-zeromq/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-zeromq
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS+= libzmq.so:${PORTSDIR}/net/libzmq4
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${OCTAVE_PKGNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
||||
|
||||
post-build:
|
||||
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/octave-forge-zeromq/distinfo
Normal file
2
math/octave-forge-zeromq/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (octave-forge/zeromq-1.0.0.tar.gz) = 12bf21970f6d6eb11a923ddb307b22611abe8e6dbc8289ff695c73c8ecdd64d6
|
||||
SIZE (octave-forge/zeromq-1.0.0.tar.gz) = 56744
|
10
math/octave-forge-zeromq/pkg-descr
Normal file
10
math/octave-forge-zeromq/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The octave-forge package is the result of The GNU Octave Repositry project,
|
||||
which is intended to be a central location for custom scripts, functions and
|
||||
extensions for GNU Octave. contains the source for all the functions plus
|
||||
build and install scripts.
|
||||
|
||||
This is zeromq.
|
||||
|
||||
ZeroMQ bindings for GNU Octave.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user