From 3bd8e633e0c1d4f65b42815984a62657000e3d89 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 1 Nov 2016 22:25:00 +0000 Subject: Remove expired port: 2016-11-01 math/octave-forge-dicom: Broken for more than 6 months --- math/octave-forge-dicom/Makefile | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 math/octave-forge-dicom/Makefile (limited to 'math/octave-forge-dicom/Makefile') 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 -# $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 -- cgit v1.2.3