mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
22 lines
514 B
Makefile
22 lines
514 B
Makefile
PORTNAME= octave-forge-dicom
|
|
PORTVERSION= 0.6.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>
|