aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-octgpr/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-11-01 22:15:31 +0000
committerRene Ladan <rene@FreeBSD.org>2016-11-01 22:15:31 +0000
commitbb5055e3cd7f816ee9ecb887089e0631295bde6e (patch)
treefb8c264890ff7e0858e26009421fc75f9deb5aef /math/octave-forge-octgpr/Makefile
parentcb505719ea03175ae5969c8ce4e51ef2ec266e09 (diff)
downloadports-bb5055e3cd7f816ee9ecb887089e0631295bde6e.tar.gz
ports-bb5055e3cd7f816ee9ecb887089e0631295bde6e.zip
Notes
Diffstat (limited to 'math/octave-forge-octgpr/Makefile')
-rw-r--r--math/octave-forge-octgpr/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile
deleted file mode 100644
index 0619064976ca..000000000000
--- a/math/octave-forge-octgpr/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-octgpr
-PORTVERSION= 1.2.0
-PORTREVISION= 8
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-
-BROKEN= does not build with octave-4.0.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-11-01
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${OCTAVE_PKGNAME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-GNU_CONFIGURE= yes
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-post-build:
- ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-
-.include <bsd.port.mk>