diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-11 19:27:16 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-11 19:27:16 +0000 |
commit | 231eceade17ae1cba735476ded0d3650df431cb3 (patch) | |
tree | 039e022e510928e90eb166dd12f8579bff650108 /print | |
parent | a4ac9b124b9d8617ef75f951f9a7436d59940041 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/okc321/Makefile | 34 | ||||
-rw-r--r-- | print/okc321/distinfo | 2 | ||||
-rw-r--r-- | print/okc321/pkg-descr | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5d605ea81d8a..3679b830b19b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -144,6 +144,7 @@ SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript + SUBDIR += okc321 SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS diff --git a/print/okc321/Makefile b/print/okc321/Makefile new file mode 100644 index 000000000000..75101238b907 --- /dev/null +++ b/print/okc321/Makefile @@ -0,0 +1,34 @@ +# Created by: Tobias Kortkamp <t@tobik.me> +# $FreeBSD$ + +PORTNAME= okc321 +PORTVERSION= 1.1 +CATEGORIES= print +MASTER_SITES= http://www.oki.de/Includes/Pages/ +DISTNAME= FileDownload.aspx?id=tcm%3A90-138028 +EXTRACT_SUFX= +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= t@tobik.me +COMMENT= PPDs for the Oki C321dn, C331dn, and C531dn printers + +LICENSE= GPLv2 + +NO_BUILD= yes +NO_ARCH= yes +WRKSRC= ${WRKDIR}/C531_C331_C321_Linux_110 + +PLIST_FILES= share/ppd/${PORTNAME}/Oki/OKC321_a110.ppd.gz \ + share/ppd/${PORTNAME}/Oki/OKC331_a110.ppd.gz \ + share/ppd/${PORTNAME}/Oki/OKC531_a110.ppd.gz \ + share/cups/model/${PORTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model + ${MKDIR} ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC321_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC331_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC531_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${LN} -sf ${LOCALBASE}/share/ppd/${PORTNAME}/Oki ${STAGEDIR}${PREFIX}/share/cups/model/${PORTNAME} + +.include <bsd.port.mk> diff --git a/print/okc321/distinfo b/print/okc321/distinfo new file mode 100644 index 000000000000..2f42e79bd063 --- /dev/null +++ b/print/okc321/distinfo @@ -0,0 +1,2 @@ +SHA256 (okc321-1.1/FileDownload.aspx?id=tcm%3A90-138028) = 45d8b343ec06a849166dcc98e6d3818584a18315ae1fd4c73a784b8adc248091 +SIZE (okc321-1.1/FileDownload.aspx?id=tcm%3A90-138028) = 36249 diff --git a/print/okc321/pkg-descr b/print/okc321/pkg-descr new file mode 100644 index 000000000000..c2a07cae9b65 --- /dev/null +++ b/print/okc321/pkg-descr @@ -0,0 +1,4 @@ +PostScript Printer Descriptions for the Oki C321dn, C331dn, and C531dn +printers for use with CUPS. + +WWW: http://www.oki.de/support/printer/printer-drivers/detail.aspx?prodid=tcm:90-131700&driverid=tcm:90-138028-16 |