Lines 6-31
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= scantailor |
8 |
PORTNAME= scantailor |
9 |
PORTVERSION= 0.9.9.2 |
9 |
PORTVERSION= 0.9.10 |
10 |
CATEGORIES= graphics |
10 |
CATEGORIES= graphics |
11 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF |
12 |
|
12 |
|
13 |
MAINTAINER= g.veniamin@googlemail.com |
13 |
MAINTAINER= g.veniamin@googlemail.com |
14 |
COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages |
14 |
COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages |
15 |
|
15 |
|
|
|
16 |
LICENSE= GPLv3 |
17 |
|
16 |
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ |
18 |
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ |
17 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
19 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
18 |
jbig.1:${PORTSDIR}/graphics/jbigkit \ |
20 |
jbig.1:${PORTSDIR}/graphics/jbigkit \ |
19 |
png.6:${PORTSDIR}/graphics/png |
21 |
png.6:${PORTSDIR}/graphics/png |
20 |
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs |
22 |
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs |
21 |
|
23 |
|
22 |
LICENSE= GPLv3 |
|
|
23 |
|
24 |
USE_CMAKE= yes |
24 |
USE_CMAKE= yes |
25 |
USE_ICONV= yes |
25 |
USE_ICONV= yes |
26 |
USE_GETTEXT= yes |
26 |
USE_GETTEXT= yes |
27 |
USE_QT_VER= 4 |
27 |
USE_QT_VER= 4 |
28 |
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \ |
28 |
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \ |
29 |
linguist_build |
29 |
linguist_build |
|
|
30 |
MAKE_JOBS_SAFE= yes |
31 |
|
32 |
DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \ |
33 |
"" "${PORTNAME}" "Application;Graphics;" false |
30 |
|
34 |
|
31 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |