aboutsummaryrefslogtreecommitdiff
path: root/print/cups-magicolor/Makefile
blob: 2dcd82019ba0e797ea243128ac6f55c9405e0e75 (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
# New ports collection makefile for:	cups-pstoraster
# Date created:		Jul 13 2002
# Whom:			ports@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	cups-magicolor
PORTVERSION=	1.5.0
PORTREVISION=	3
CATEGORIES=	print
MASTER_SITES=	http://printer.konicaminolta.net/drivers/linux/
DISTNAME=	2430DL_sc_linux

MAINTAINER=	frank@exit.com
COMMENT=	CUPS support for the Konica-Minolta Magicolor 2430DL

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

WRKSRC=		${WRKDIR}/magicolor2430DL-${PORTVERSION}

USE_AUTOTOOLS=	automake:19:env autoconf:261

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>