1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/ksaneplugin/Makefile

31 lines
712 B
Makefile

# New ports collection makefile for: ksaneplugin
# Date created: 5 September 2011
# Whom: Alberto Villa <avilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ksaneplugin
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE 4 plugin for scanning through libksane
LIB_DEPENDS= ksane.0:${PORTSDIR}/graphics/libksane
CONFLICTS= kdegraphics-4.[0-6].*
USE_KDE4= kdehier kdelibs kdeprefix automoc4
KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= dbus qmake_build moc_build uic_build rcc_build
USE_BZIP2= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>