96f71d2231
color laser printer using the manufacturer's open-source CUPS filter. PR: ports/84319 Submitted by: Frank Mayhar <frank@exit.com>
30 lines
765 B
Makefile
30 lines
765 B
Makefile
# New ports collection makefile for: cups-pstoraster
|
|
# Date created: Jul 13 2002
|
|
# Whom: ports@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cups-magicolor
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.minolta-qms.com/pub/crc/out_going/other/
|
|
|
|
MAINTAINER= frank@exit.com
|
|
COMMENT= CUPS support for the Konica-Minolta Magicolor 2430DL
|
|
|
|
PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/print/cups-base:configure
|
|
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \
|
|
jbig.1:${PORTSDIR}/graphics/jbigkit \
|
|
lcms.1:${PORTSDIR}/graphics/lcms
|
|
RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster
|
|
|
|
DISTNAME= magicolor2430DL-1.1.0
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
|
|
do-configure:
|
|
${CP} ${WRKSRC}/../../../cups-base/work/cups-*/config.h ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|