aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-dicom/Makefile
blob: ac19b51b55974fcbd3911ca221e6af2467245c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	octave-forge-dicom
PORTVERSION=	0.5.1
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
DISTNAME=	${OCTAVE_PKGNAME}-${DISTVERSIONFULL}

MAINTAINER=	stephen@FreeBSD.org
COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
WWW=		https://packages.octave.org/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKDIR}/${OCTAVE_SRC}/COPYING

BUILD_DEPENDS+=	cmake:devel/cmake-core

LIB_DEPENDS+=	libgdcmCommon.so:devel/gdcm

USES=		octave

GNU_CONFIGURE=	yes

.include <bsd.port.mk>