0f43e19098
a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit.
33 lines
750 B
Makefile
33 lines
750 B
Makefile
# New ports collection makefile for: kuickshow
|
|
# Date created: July 09 2004
|
|
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kuickshow
|
|
PORTVERSION= ${APP_VER}.${EXTRA_VER}
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear
|
|
DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER}
|
|
DIST_SUBDIR= KDE/extragear
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE image viewer
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= imlib
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib opengl qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
USE_GETTEXT= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
APP_VER= 0.9.1
|
|
EXTRA_VER= 4.3.1
|
|
|
|
.include <bsd.port.mk>
|