Files
ports/math/octave-forge-queueing/Makefile
T
Stephen Montgomery-Smith 698ef783f4 math/octave: Update to 11.3.0.
- Bump portrevision of all octave-forge-* ports because of major
  update to version number of liboctinterp.so.
2026-06-04 22:44:38 -05:00

27 lines
529 B
Makefile

PORTNAME= octave-forge-queueing
DISTVERSION= 1.2.8
PORTREVISION= 5
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
BUILD_DEPENDS+= fig2dev:print/fig2dev
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
USES= octave tex
USE_TEX= base:build tex:build
USE_GITHUB= yes
GH_ACCOUNT= mmarzolla
GH_PROJECT= queueing
OCTAVE_SRC= ${OCTAVE_PKGNAME}-${DISTVERSION}
WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
ALL_TARGET= ALL
.include <bsd.port.mk>