# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/math/octave-forge-dicom/Makefile 412348 2016-04-01 14:16:16Z mat $

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

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} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}

.include <bsd.port.mk>
