Lines 3-8
DISTVERSION= 10.01.1
Link Here
|
3 |
PORTREVISION= 1 |
3 |
PORTREVISION= 1 |
4 |
CATEGORIES= print |
4 |
CATEGORIES= print |
5 |
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/ |
5 |
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/ |
|
|
6 |
PKGNAMESUFFIX= 10 |
6 |
|
7 |
|
7 |
MAINTAINER= michael.osipov@siemens.com |
8 |
MAINTAINER= michael.osipov@siemens.com |
8 |
COMMENT= PostScript and PDF interpreter |
9 |
COMMENT= PostScript and PDF interpreter |
Lines 23-28
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
Link Here
|
23 |
RUN_DEPENDS= poppler-data>=0.4.9:graphics/poppler-data \ |
24 |
RUN_DEPENDS= poppler-data>=0.4.9:graphics/poppler-data \ |
24 |
urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts |
25 |
urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts |
25 |
|
26 |
|
|
|
27 |
FLAVORS= default x11 |
28 |
FLAVOR?= ${FLAVORS:[1]} |
29 |
default_CONFLICTS_INSTALL= ghostscript10-x11 |
30 |
x11_PKGNAMESUFFIX= 10-x11 |
31 |
x11_CONFLICTS_INSTALL= ghostscript10 |
32 |
|
26 |
USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz |
33 |
USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz |
27 |
USE_LDCONFIG= yes |
34 |
USE_LDCONFIG= yes |
28 |
CPE_VENDOR= artifex |
35 |
CPE_VENDOR= artifex |
Lines 59-66
CONFIGURE_ARGS= --disable-compile-inits \
Link Here
|
59 |
--with-libiconv=maybe \ |
66 |
--with-libiconv=maybe \ |
60 |
--with-libidn \ |
67 |
--with-libidn \ |
61 |
--with-libpaper \ |
68 |
--with-libpaper \ |
62 |
--with-system-libtiff \ |
69 |
--with-system-libtiff |
63 |
--without-x |
|
|
64 |
|
70 |
|
65 |
GS_MINOR_VERSION= ${DISTVERSION:R:E} |
71 |
GS_MINOR_VERSION= ${DISTVERSION:R:E} |
66 |
PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION} |
72 |
PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION} |
Lines 68-73
PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION}
Link Here
|
68 |
ALL_TARGET= so |
74 |
ALL_TARGET= so |
69 |
INSTALL_TARGET= soinstall |
75 |
INSTALL_TARGET= soinstall |
70 |
|
76 |
|
|
|
77 |
.if ${FLAVOR} == default |
78 |
CONFIGURE_ARGS+= --without-x |
79 |
.endif |
80 |
.if ${FLAVOR} == x11 |
81 |
USES+= xorg |
82 |
USE_XORG= ice sm x11 xext xt |
83 |
CONFIGURE_ARGS+= --with-x |
84 |
.endif |
85 |
|
71 |
OPTIONS_DEFINE= CUPS IJS TESSERACT |
86 |
OPTIONS_DEFINE= CUPS IJS TESSERACT |
72 |
OPTIONS_DEFAULT=CUPS |
87 |
OPTIONS_DEFAULT=CUPS |
73 |
|
88 |
|
74 |
- |
|
|