aboutsummaryrefslogtreecommitdiffstats
path: root/print/foo2zjs/Makefile
blob: a9f56fc9a9cfd106e4a61b9ab2d71cae49216fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$

PORTNAME=   foo2zjs
PORTVERSION=    20131225
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE} \
        ${MASTER_SITE_LOCAL:S,$,bsam/${PORTNAME}/,}  \
        ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Driver for printers that use the ZjStream wire protocol

LIB_DEPENDS=    libcups.so:${PORTSDIR}/print/cups-client
RUN_DEPENDS=    ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db \
        foomatic-rip:${PORTSDIR}/print/foomatic-filters

PROJECTHOST=    bsdistfiles
USE_GHOSTSCRIPT=yes
USES=       gmake shebangfix
SHEBANG_FILES=  msexpand
SUB_FILES=  pkg-message
EXTRAFILES= msexpand getweb

OPTIONS_DEFINE= DOCS

post-patch:
    @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|g' -e 's|^PREFIX|PREFIX?|g' ${WRKSRC}/icc2ps/Makefile

post-install:
    @cd ${WRKSRC} && \
        ${INSTALL_SCRIPT} ${EXTRAFILES} ${STAGEDIR}${PREFIX}/bin
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foo2zjs-icc2ps
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for FILE in ChangeLog README manual.pdf
    ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>