8d56f00ee5
The so library version has changed. Bump PORTREVISIONs at dependent ports. PR: ports/169733 Submitted by: bsam (me) Approved by: multimedia (maintainer timeout 3 weeks)
40 lines
953 B
Makefile
40 lines
953 B
Makefile
# New ports collection makefile for: gwenview
|
|
# Date created: 5 September 2011
|
|
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gwenview
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Image viewer and browser for KDE 4
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
|
exiv2.12:${PORTSDIR}/graphics/exiv2
|
|
|
|
CONFLICTS= kdegraphics-4.[0-6].*
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix libkipi libkonq \
|
|
automoc4 soprano
|
|
KDE4_BUILDENV= yes
|
|
USE_QT4= dbus qmake_build moc_build uic_build rcc_build
|
|
USE_XZ= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
# mkdtemp() is not defined in stdlib.h in FreeBSD 7.
|
|
.if ${OSVERSION} < 800000
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-importer__fileutils.cpp
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|