Lines 79-87
_GS_SELECTED?= 9-agpl
Link Here
|
79 |
. endif |
79 |
. endif |
80 |
. endfor |
80 |
. endfor |
81 |
|
81 |
|
82 |
. undef _GS_FLAVORED |
82 |
. undef _GS_STATIC |
83 |
. if empty(_GS_SELECTED:M9-agpl) |
83 |
. if empty(_GS_SELECTED:M9-agpl) |
84 |
_GS_FLAVORED= yes |
84 |
_GS_STATIC= yes |
85 |
. endif |
85 |
. endif |
86 |
|
86 |
|
87 |
# Resolve minor version number for X11.so library. |
87 |
# Resolve minor version number for X11.so library. |
Lines 93-106
_GS_VERSION_MINOR= 9.56.1
Link Here
|
93 |
|
93 |
|
94 |
# dependencies |
94 |
# dependencies |
95 |
_GS_LIB= libgs.so |
95 |
_GS_LIB= libgs.so |
96 |
_GS_PKGNAME= ghostscript${_GS_SELECTED}${_GS_FLAVORED:?:-base} |
96 |
_GS_PKGNAME= ghostscript${_GS_SELECTED}${_GS_STATIC:?:-base} |
97 |
_GS_X11_PKGNAME=ghostscript${_GS_SELECTED}-x11 |
97 |
_GS_X11_PKGNAME=ghostscript${_GS_SELECTED}${_GS_STATIC:?:-x11} |
98 |
_GS_PORT= print/ghostscript${_GS_SELECTED}${_GS_FLAVORED:?:-base} |
98 |
_GS_PORT= print/ghostscript${_GS_SELECTED}${_GS_STATIC:?:-base} |
99 |
_GS_X11_PORT= print/ghostscript${_GS_SELECTED}${_GS_FLAVORED:?@:-}x11 |
99 |
_GS_X11_PORT= print/ghostscript${_GS_SELECTED}${_GS_STATIC:?:-x11} |
100 |
|
100 |
|
101 |
. for type in BUILD LIB RUN TEST |
101 |
. for type in BUILD LIB RUN TEST |
102 |
. if defined(_GS_${type}_DEP) |
102 |
. if defined(_GS_${type}_DEP) |
103 |
. if !defined(_GS_FLAVORED) || !${_GS_ARGS:Mx11} |
103 |
. if !defined(_GS_STATIC) || !${_GS_ARGS:Mx11} |
104 |
. if ${type:MLIB} |
104 |
. if ${type:MLIB} |
105 |
${type}_DEPENDS+= ${_GS_LIB}:${_GS_PORT} |
105 |
${type}_DEPENDS+= ${_GS_LIB}:${_GS_PORT} |
106 |
. else |
106 |
. else |
107 |
- |
|
|