b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
26 lines
556 B
Makefile
26 lines
556 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= skanlite
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
|
PKGNAMESUFFIX= -kde4
|
|
DIST_SUBDIR= KDE/extragear
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Simple image scanning application for KDE4
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/src/COPYING
|
|
|
|
LIB_DEPENDS= libksane.so:graphics/libksane-kde4
|
|
|
|
USES= cmake:outsource gettext kde:4 qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= qmake_build moc_build rcc_build uic_build
|
|
|
|
CONFLICTS_INSTALL= skanlite
|
|
|
|
.include <bsd.port.mk>
|