diff options
Diffstat (limited to 'graphics/kdegraphics4-thumbnailers/Makefile')
-rw-r--r-- | graphics/kdegraphics4-thumbnailers/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/kdegraphics4-thumbnailers/Makefile b/graphics/kdegraphics4-thumbnailers/Makefile new file mode 100644 index 000000000000..0bffc54c5b95 --- /dev/null +++ b/graphics/kdegraphics4-thumbnailers/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: kdegraphics-thumbnailers +# Date created: 5 September 2011 +# Whom: Alberto Villa <avilla@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kdegraphics-thumbnailers +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= graphics kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Thumbnailers for various graphics file formats + +LIB_DEPENDS= kexiv2.10:${PORTSDIR}/graphics/libkexiv2-kde4 \ + kdcraw.20:${PORTSDIR}/graphics/libkdcraw-kde4 + +CONFLICTS= kdegraphics-4.[0-6].* + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +KDE4_BUILDENV= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build +USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + +.include <bsd.port.mk> |