mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
008f3ad886
Bump port revision because of library update in math/octave.
27 lines
529 B
Makefile
27 lines
529 B
Makefile
PORTNAME= octave-forge-queueing
|
|
DISTVERSION= 1.2.8
|
|
PORTREVISION= 2
|
|
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>
|