aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-fxlinuxprint/Makefile
blob: 58386c15fc71bc10c8a64ae4b17b9e114db1d948 (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
# $FreeBSD$

PORTNAME=   fxlinuxprint
PORTVERSION=    1.0.1
PORTREVISION=   3
CATEGORIES= print
MASTER_SITES=   ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/
PKGNAMEPREFIX=  cups-
DISTNAME=   ${PORTNAME}-src-${PORTVERSION}

MAINTAINER= hrs@FreeBSD.org
COMMENT=    Fuji Xerox Printer Driver

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libcups.so:print/cups

USES=       dos2unix ghostscript:run localbase:ldflags
DOS2UNIX_FILES= fxlinuxprint.ppd
GNU_CONFIGURE=  yes

.include <bsd.port.mk>