mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
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.
32 lines
745 B
Makefile
32 lines
745 B
Makefile
# New ports collection makefile for: skanlite
|
|
# Date created: 2008-09-01
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skanlite
|
|
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= Simple image scanning application for KDE
|
|
|
|
LIB_DEPENDS= ksane.0:${PORTSDIR}/graphics/kdegraphics4
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
APP_VER= 0.3
|
|
EXTRA_VER= 4.3.1
|
|
|
|
.include <bsd.port.mk>
|