1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/print/cups-fxlinuxprint/Makefile
Michael Osipov fcf68ae5ec */*: Bump PORTREVISION for Ghostscript 10 change
Reported by:	sunpoet
Approved by:	jrm (mentor), sunpoet
Differential Revision:	https://reviews.freebsd.org/D42412
2023-11-03 08:17:38 +01:00

23 lines
582 B
Makefile

PORTNAME= fxlinuxprint
PORTVERSION= 1.0.1
PORTREVISION= 4
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
WWW= https://www.fujixerox.co.jp/download/apeosport/download/c4300series/linux_module.html
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>