freebsd-ports/print/cups-fxlinuxprint/Makefile
Hiroki Sato a6f1e190e5 Add print/cups-fxlinuxprint, CUPS filter and PPD files for Fuji Xerox
printers ApeosPort-II and DocuCenter-II (DocuPrint) series.
2014-05-26 20:31:28 +00:00

24 lines
526 B
Makefile

# $FreeBSD$
PORTNAME= fxlinuxprint
PORTVERSION= 1.0.1
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
LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
USES= dos2unix
DOS2UNIX_FILES= fxlinuxprint.ppd
USE_GHOSTSCRIPT_RUN=yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>