Lines 15-28
Link Here
|
15 |
MAINTAINER= erwin@FreeBSD.org |
15 |
MAINTAINER= erwin@FreeBSD.org |
16 |
COMMENT= A command-line tool for converting pdf-files into html |
16 |
COMMENT= A command-line tool for converting pdf-files into html |
17 |
|
17 |
|
18 |
.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes |
18 |
USE_GHOSTSCRIPT_RUN= yes |
19 |
GSPORT?= print/ghostscript-afpl |
|
|
20 |
.else |
21 |
GSPORT?= print/ghostscript-gnu |
22 |
.endif |
23 |
|
24 |
RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} |
25 |
|
26 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
27 |
USE_MOTIF= yes |
20 |
USE_MOTIF= yes |