blob: 2d1d8f2e0f23bcd08b4ed7b3c8e78f3eb842b2ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: kradview
# Date created: 16 May 2008
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kradview
PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= graphics kde
MASTER_SITES= http://www.orcero.org/irbis/kradview/
EXTRACT_SUFX= .tgz
MAINTAINER= ale@FreeBSD.org
COMMENT= A free DICOM viewer for KDE
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool
.include <bsd.port.mk>
|