a6f1e190e5
printers ApeosPort-II and DocuCenter-II (DocuPrint) series.
24 lines
526 B
Makefile
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>
|