mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
1c0d01e314
https://sourceforge.net/projects/gimp-print/files/gutenprint-5.2/5.2.12/ The -ijs and -foomatic backends have been removed by upstream, leaving -cups as the sole choice of backend. Therefore, the -base and -cups ports have been merged into the main gutenprint port and the obsolete components have been removed. PR: 217118 Submitted by: bsam, tijl Reported by: tijl
17 lines
371 B
Makefile
17 lines
371 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/print/gimp-gutenprint/Makefile,v 1.5 2007/10/24 21:05:40 ahze Exp $
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMEPREFIX= gimp-
|
|
|
|
MAINTAINER= cmt@burggraben.net
|
|
COMMENT= Gimp print plug-in
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/gutenprint
|
|
|
|
GUT_SLAVE= gimp
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|