# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit cmake-utils flag-o-matic DESCRIPTION="DCMTK is a collection of libraries and applications implementing large parts the DICOM standard." HOMEPAGE="http://dicom.offis.de/" SRC_URI="ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sndfile openssl tags zlib png xml tiff tcpd" LICENSE="other" DEPEND="sndfile? ( media-libs/libsndfile ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) xml? ( dev-libs/libxml2 ) zlib? ( sys-libs/zlib ) tcpd? ( sys-apps/tcp-wrappers ) openssl? ( dev-libs/openssl ) " RDEPEND="${DEPEND}" append-flags -fPIC