|
Lines 25-31
Link Here
|
| 25 |
MASTER_SITE_SUBDIR= ${PORTNAME:L} ${PORTNAME} |
25 |
MASTER_SITE_SUBDIR= ${PORTNAME:L} ${PORTNAME} |
| 26 |
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} |
26 |
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} |
| 27 |
|
27 |
|
| 28 |
MAINTAINER= ports@FreeBSD.org |
28 |
MAINTAINER= avleeuwen@piwebs.com |
| 29 |
COMMENT= Image processing tools |
29 |
COMMENT= Image processing tools |
| 30 |
|
30 |
|
| 31 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |
31 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |
|
Lines 140-145
Link Here
|
| 140 |
LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper |
140 |
LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper |
| 141 |
.else |
141 |
.else |
| 142 |
CONFIGURE_ARGS+= --without-jp2 |
142 |
CONFIGURE_ARGS+= --without-jp2 |
|
|
143 |
.endif |
| 144 |
|
| 145 |
# GraphViz dot graphs |
| 146 |
.if defined(WITH_IMAGEMAGICK_DOT) |
| 147 |
LIB_DEPENDS+= dotneato.0:${PORTSDIR}/graphics/graphviz |
| 148 |
.else |
| 149 |
CONFIGURE_ARGS+= --without-dot |
| 143 |
.endif |
150 |
.endif |
| 144 |
|
151 |
|
| 145 |
# LCMS (Little CMS) color management |
152 |
# LCMS (Little CMS) color management |