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> |