mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
22 lines
417 B
Makefile
22 lines
417 B
Makefile
PORTNAME= octave-forge-octave_tar
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
WWW= https://packages.octave.org/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
|
|
|
|
USES= octave
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CNOCTAVE
|
|
GH_PROJECT= octave_tar
|
|
|
|
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|