freebsd-ports/graphics/kuickshow-kde4/Makefile
Tijl Coosemans 00789911dc graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 20:43:03 +00:00

23 lines
556 B
Makefile

# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTNAME= kuickshow
PORTVERSION= ${APP_VER}.${EXTRA_VER}
PORTREVISION= 7
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/extragear
DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER}
DIST_SUBDIR= KDE/extragear
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE image viewer
USE_GNOME= imlib
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build
USES= cmake gettext pkgconfig tar:bzip2
APP_VER= 0.9.1
EXTRA_VER= 4.4.0
.include <bsd.port.mk>