aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-dicom/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-11-01 22:25:00 +0000
committerRene Ladan <rene@FreeBSD.org>2016-11-01 22:25:00 +0000
commit3bd8e633e0c1d4f65b42815984a62657000e3d89 (patch)
tree1a91aa7c2e6f5115f0470e13916e25ad0c15accc /math/octave-forge-dicom/Makefile
parentbb5055e3cd7f816ee9ecb887089e0631295bde6e (diff)
downloadports-3bd8e633e0c1d4f65b42815984a62657000e3d89.tar.gz
ports-3bd8e633e0c1d4f65b42815984a62657000e3d89.zip
Notes
Diffstat (limited to 'math/octave-forge-dicom/Makefile')
-rw-r--r--math/octave-forge-dicom/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile
deleted file mode 100644
index 537833118c3e..000000000000
--- a/math/octave-forge-dicom/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= octave-forge-dicom
-PORTVERSION= 0.1.1
-PORTREVISION= 8
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv3
-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
-
-LIB_DEPENDS+= libgdcmCommon.so:devel/gdcm
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${OCTAVE_PKGNAME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-
-GDCM_MAJ= 2.4
-post-patch:
- ${REINPLACE_CMD} s/gdcm-2.0/gdcm-${GDCM_MAJ}/ \
- ${WRKSRC}/dicominfo.cpp ${WRKSRC}/dicomdict.cpp \
- ${WRKSRC}/dicomread.cpp ${WRKSRC}/dicomlookup.cpp \
- ${WRKSRC}/_gendicomdict.cpp ${WRKSRC}/dicomwrite.cpp
-
-.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>