diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-05-16 08:49:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-05-16 08:49:35 +0000 |
commit | 02c824f245a32f25ad2f366d67ec7d9f8f34c4ae (patch) | |
tree | c749191b6f77101277e20b4ead60f7fd63af2895 /graphics/kradview/Makefile | |
parent | b3e08ea4107ad4269343fcb050611f27d20d8ac4 (diff) |
Notes
Diffstat (limited to 'graphics/kradview/Makefile')
-rw-r--r-- | graphics/kradview/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/kradview/Makefile b/graphics/kradview/Makefile new file mode 100644 index 000000000000..b79f0acc4b83 --- /dev/null +++ b/graphics/kradview/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: kradview +# Date created: 16 May 2008 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kradview +PORTVERSION= 1.1.0 +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:15 + +.include <bsd.port.mk> |