View | Details | Raw Unified | Return to bug 240724 | Differences between
and this patch

Collapse All | Expand All

(-)print/epson-inkjet-printer-201601w/Makefile (-7 / +6 lines)
Lines 5-12 Link Here
5
CATEGORIES=	print
5
CATEGORIES=	print
6
MASTER_SITES=	https://download3.ebz.epson.net/dsc/f/03/00/05/62/39/770f0f7c12a304ceaec1ce13e5b5740a71522b68/:amd64 \
6
MASTER_SITES=	https://download3.ebz.epson.net/dsc/f/03/00/05/62/39/770f0f7c12a304ceaec1ce13e5b5740a71522b68/:amd64 \
7
		https://download3.ebz.epson.net/dsc/f/03/00/05/62/39/f1fd78aacb85fff1a3c59a80dae5a5ac25e33992/:i386
7
		https://download3.ebz.epson.net/dsc/f/03/00/05/62/39/f1fd78aacb85fff1a3c59a80dae5a5ac25e33992/:i386
8
DISTFILES_amd64=${DISTNAME}-1lsb3.2.x86_64.rpm:amd64
9
DISTFILES_i386=	${DISTNAME}-1lsb3.2.i486.rpm:i386
10
8
11
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	CUPS filter for Seiko Epson Color Ink Jet Printers
10
COMMENT=	CUPS filter for Seiko Epson Color Ink Jet Printers
Lines 20-33 Link Here
20
18
21
RUN_DEPENDS=	${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters
19
RUN_DEPENDS=	${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters
22
20
21
USES=		linux
22
USE_LINUX=	cups-libs dbuslibs jpeg
23
RESTRICTED=	License does not allow redistribution
23
RESTRICTED=	License does not allow redistribution
24
24
DISTFILES_amd64=${DISTNAME}-1lsb3.2.x86_64.rpm:amd64
25
DISTFILES_i386=	${DISTNAME}-1lsb3.2.i486.rpm:i386
25
NO_BUILD=	yes
26
NO_BUILD=	yes
26
NO_WRKSUBDIR=	yes
27
NO_WRKSUBDIR=	yes
27
PLIST_SUB=	LINUXBASE=${LINUXBASE} \
28
PLIST_SUB=	LINUXBASE=${LINUXBASE} \
28
		PORTNAME=${PORTNAME}
29
		PORTNAME=${PORTNAME}
29
USES=		linux
30
USE_LINUX=	cups-libs jpeg
31
30
32
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
33
32
Lines 47-53 Link Here
47
do-install:
46
do-install:
48
	${MKDIR} ${STAGEDIR}${LINUXBASE}
47
	${MKDIR} ${STAGEDIR}${LINUXBASE}
49
	${CP} -Rp ${WRKSRC}/opt ${STAGEDIR}${LINUXBASE}
48
	${CP} -Rp ${WRKSRC}/opt ${STAGEDIR}${LINUXBASE}
50
	${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model/
49
	${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model
51
	${LN} -sf ${LINUXBASE}/opt/${PORTNAME}/ppds/Epson ${STAGEDIR}${PREFIX}/share/cups/model/Epson-201601w
50
	${LN} -sf ${LINUXBASE}/opt/${PORTNAME}/ppds ${STAGEDIR}${PREFIX}/share/cups/model/${PORTNAME}
52
51
53
.include <bsd.port.mk>
52
.include <bsd.port.mk>
(-)print/epson-inkjet-printer-201601w/pkg-plist (-1 / +1 lines)
Lines 24-30 Link Here
24
%%LINUXBASE%%/opt/%%PORTNAME%%/watermark/WEPCG07.EID
24
%%LINUXBASE%%/opt/%%PORTNAME%%/watermark/WEPCG07.EID
25
%%LINUXBASE%%/opt/%%PORTNAME%%/watermark/WEPCG08.EID
25
%%LINUXBASE%%/opt/%%PORTNAME%%/watermark/WEPCG08.EID
26
%%LINUXBASE%%/opt/%%PORTNAME%%/watermark/WEPCG09.EID
26
%%LINUXBASE%%/opt/%%PORTNAME%%/watermark/WEPCG09.EID
27
share/cups/model/Epson-201601w
27
share/cups/model/%%PORTNAME%%
28
@dir %%LINUXBASE%%/opt/%%PORTNAME%%/cups/lib/filter
28
@dir %%LINUXBASE%%/opt/%%PORTNAME%%/cups/lib/filter
29
@dir %%LINUXBASE%%/opt/%%PORTNAME%%/cups/lib
29
@dir %%LINUXBASE%%/opt/%%PORTNAME%%/cups/lib
30
@dir %%LINUXBASE%%/opt/%%PORTNAME%%/cups
30
@dir %%LINUXBASE%%/opt/%%PORTNAME%%/cups

Return to bug 240724