freebsd-ports/math/octave-forge-control/Makefile

23 lines
456 B
Makefile
Raw Normal View History

PORTNAME= octave-forge-control
DISTVERSIONPREFIX= control-
DISTVERSION= 3.6.1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
2022-10-29 07:49:06 +02:00
WWW= https://packages.octave.org/
2014-01-12 20:52:20 +01:00
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
2014-01-12 20:52:20 +01:00
USES= octave autoreconf
USE_GITHUB= yes
GH_ACCOUNT= gnu-octave
GH_PROJECT= pkg-control
OCTAVE_SRC= ${GH_PROJECT}-control-${DISTVERSION}
GNU_CONFIGURE= yes
.include <bsd.port.mk>