Lines 13-20
Link Here
|
13 |
MAINTAINER= rea@FreeBSD.org |
13 |
MAINTAINER= rea@FreeBSD.org |
14 |
COMMENT= Postscript interpreter for CUPS printing to non-PS printers |
14 |
COMMENT= Postscript interpreter for CUPS printing to non-PS printers |
15 |
|
15 |
|
16 |
LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image |
16 |
LICENSE= GPLv2 |
17 |
|
17 |
|
|
|
18 |
LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image |
19 |
|
18 |
.if defined(WITH_CJK) |
20 |
.if defined(WITH_CJK) |
19 |
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:${PORTSDIR}/japanese/font-std \ |
21 |
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:${PORTSDIR}/japanese/font-std \ |
20 |
${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts |
22 |
${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts |
Lines 40-46
Link Here
|
40 |
DEVICE_DEVS="\$$(DD)cups.dev \$$(DD)pxlcolor.dev \$$(DD)pxlmono.dev" |
42 |
DEVICE_DEVS="\$$(DD)cups.dev \$$(DD)pxlcolor.dev \$$(DD)pxlmono.dev" |
41 |
PLIST_SUB= GS_VERSION="${GS_VERSION}" |
43 |
PLIST_SUB= GS_VERSION="${GS_VERSION}" |
42 |
|
44 |
|
43 |
NO_STAGE= yes |
|
|
44 |
pre-everything:: |
45 |
pre-everything:: |
45 |
.if !defined(WITH_CJK) |
46 |
.if !defined(WITH_CJK) |
46 |
@${ECHO_MSG} "" |
47 |
@${ECHO_MSG} "" |
Lines 69-74
Link Here
|
69 |
s|^gssharedir = @libdir@/ghostscript|gssharedir = @libdir@/espgs| ; \ |
70 |
s|^gssharedir = @libdir@/ghostscript|gssharedir = @libdir@/espgs| ; \ |
70 |
s|^gsdir = @datadir@/ghostscript|gsdir = @datadir@/espgs|' \ |
71 |
s|^gsdir = @datadir@/ghostscript|gsdir = @datadir@/espgs|' \ |
71 |
${WRKSRC}/Makefile.in |
72 |
${WRKSRC}/Makefile.in |
|
|
73 |
${REINPLACE_CMD} -e 's|$$(install_prefix)|$$(DESTDIR)/$$(install_prefix)|g;' \ |
74 |
${WRKSRC}/*/*.mak |
72 |
|
75 |
|
73 |
pre-build: |
76 |
pre-build: |
74 |
${MKDIR} ${WRKSRC}/bin |
77 |
${MKDIR} ${WRKSRC}/bin |