aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-octave_tar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-octave_tar/Makefile')
-rw-r--r--math/octave-forge-octave_tar/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/octave-forge-octave_tar/Makefile b/math/octave-forge-octave_tar/Makefile
new file mode 100644
index 000000000000..1bc0d334a530
--- /dev/null
+++ b/math/octave-forge-octave_tar/Makefile
@@ -0,0 +1,22 @@
+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>