freebsd-ports/print/cups-fxlinuxprint/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
515 B
Makefile

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