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)
44 lines
1,018 B
Makefile
44 lines
1,018 B
Makefile
# New ports collection makefile for: kimdaba
|
|
# Date created: Sat Dec 13 16:09:29 CET 2003
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kphotoalbum
|
|
PORTVERSION= ${APP_VER}.${EXTRA_VER}
|
|
PORTREVISION= 9
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/extragear
|
|
DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER}
|
|
DIST_SUBDIR= KDE/extragear
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Image viewer and organizer for KDE
|
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
|
exiv2.12:${PORTSDIR}/graphics/exiv2 \
|
|
kipi.8:${PORTSDIR}/graphics/libkipi-kde4
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
APP_VER= 4.1.1
|
|
EXTRA_VER= 4.4.0
|
|
|
|
OPTIONS= MARBLE "Geolocation support" on
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if defined(WITH_MARBLE)
|
|
USE_KDE4+= marble
|
|
.else
|
|
CMAKE_ARGS+= -DWITH_Marble:BOOL=Off
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|