mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
90e380e1cb
deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
22 lines
565 B
Makefile
22 lines
565 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gwenview
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Image viewer and browser for KDE 4
|
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
libexiv2.so:${PORTSDIR}/graphics/exiv2
|
|
|
|
USES= cmake:outsource tar:xz
|
|
USE_KDE4= kactivities kdehier kdelibs kdeprefix libkipi libkonq \
|
|
automoc4 soprano
|
|
USE_QT4= corelib gui opengl qmake_build moc_build uic_build rcc_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|