1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/graphics/scantailor/Makefile
Pawel Pekala 0181f52092 - Update to version 0.9.10 [1]
- Mark MAKE_JOBS_SAFE [2]
- Add desktop entry [2]

PR:		ports/160633
Submitted by:	maintainer [1], myself [2]
Approved by:	maintainer, miwi, wen (mentors implicit)
2011-09-15 18:17:07 +00:00

36 lines
930 B
Makefile

# New ports collection makefile for: scantailor
# Date created: 2010-04-13
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= scantailor
PORTVERSION= 0.9.10
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages
LICENSE= GPLv3
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
jbig.1:${PORTSDIR}/graphics/jbigkit \
png.6:${PORTSDIR}/graphics/png
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
USE_CMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \
linguist_build
MAKE_JOBS_SAFE= yes
DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \
"" "${PORTNAME}" "Graphics;Scanning;" false
.include <bsd.port.mk>