freebsd-ports/graphics/skanlite/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

19 lines
460 B
Makefile

# $FreeBSD$
PORTNAME= skanlite
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
DIST_SUBDIR= KDE/extragear
MAINTAINER= kde@FreeBSD.org
COMMENT= Simple image scanning application for KDE
LIB_DEPENDS= libksane.so:${PORTSDIR}/graphics/libksane
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
USES= cmake:outsource tar:xz
.include <bsd.port.mk>