summaryrefslogtreecommitdiff
path: root/math/octave-forge-csg-dataset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-csg-dataset/Makefile')
-rw-r--r--math/octave-forge-csg-dataset/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/octave-forge-csg-dataset/Makefile b/math/octave-forge-csg-dataset/Makefile
new file mode 100644
index 000000000000..ba70d406342a
--- /dev/null
+++ b/math/octave-forge-csg-dataset/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= octave-forge-csg-dataset
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.0
+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= compiler octave
+USE_GCC= yes
+USE_GITHUB= yes
+GH_ACCOUNT= pr0m1th3as
+GH_PROJECT= ${OCTAVE_PKGNAME}
+
+OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+.include <bsd.port.mk>