freebsd-ports/graphics/skanlite/Makefile
Max Brazhnikov c4913dba57 - Update to 1.1
- Switch MASTER_SITES to KDE
- Convert LIB_DEPENDS to new style
- Remove cmake arguments that now are passed globally
- Remove NO_STAGE
- Reformat description
2014-01-22 08:20:56 +00:00

19 lines
450 B
Makefile

# $FreeBSD$
PORTNAME= skanlite
PORTVERSION= 1.1
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_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
USES= cmake:outsource
.include <bsd.port.mk>