mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1954953001
This is a new major release with new and updated printer drivers and a all-new native PCL backend (for some Laser Printers), and support for a lot of laser printers. While here, do some polishing and update my email address.
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMEPREFIX= gimp-
|
|
|
|
MAINTAINER= cmt@FreeBSD.org
|
|
COMMENT= Gimp print plug-in
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/gutenprint
|
|
|
|
GUT_SLAVE= gimp
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|