Lines 1-19
Link Here
|
1 |
# Created by: Rob Farmer <rfarmer@predatorlabs.net> |
1 |
# Created by: Rob Farmer <rfarmer@predatorlabs.net> |
2 |
|
2 |
|
3 |
PORTNAME= tumble |
3 |
PORTNAME= tumble |
4 |
PORTVERSION= 0.36 |
|
|
5 |
DISTVERSIONPREFIX= v |
4 |
DISTVERSIONPREFIX= v |
|
|
5 |
DISTVERSION= 0.36 |
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= graphics print |
7 |
CATEGORIES= graphics print |
7 |
|
8 |
|
8 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= fuz@fuz.su |
9 |
COMMENT= Creates a PDF file from image files |
10 |
COMMENT= Creates a PDF file from image files |
10 |
|
11 |
|
11 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
14 |
|
14 |
BROKEN_FreeBSD_13= ld: error: duplicate symbol: blank_handler |
15 |
NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe sparc64 |
15 |
BROKEN_FreeBSD_14= ld: error: duplicate symbol: blank_handler |
|
|
16 |
NOT_FOR_ARCHS= powerpc sparc64 |
17 |
NOT_FOR_ARCHS_REASON= Only works on little endian systems |
16 |
NOT_FOR_ARCHS_REASON= Only works on little endian systems |
18 |
|
17 |
|
19 |
LIB_DEPENDS= libtiff.so:graphics/tiff \ |
18 |
LIB_DEPENDS= libtiff.so:graphics/tiff \ |