diff options
author | ahze <ahze@FreeBSD.org> | 2006-06-09 22:48:50 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-06-09 22:48:50 +0800 |
commit | 457b4f565f45956d076159750083b6839956778e (patch) | |
tree | 5e563dc991f3479541dfb9c8f3d320c993695826 /print/gimp-print | |
parent | 222ee59bb09a7d8d2cb8203d62d2b98d0fcebe10 (diff) | |
download | freebsd-ports-gnome-457b4f565f45956d076159750083b6839956778e.tar.gz freebsd-ports-gnome-457b4f565f45956d076159750083b6839956778e.tar.zst freebsd-ports-gnome-457b4f565f45956d076159750083b6839956778e.zip |
- Add gutenprint (successor to gimp-print)
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp
WWW: http://gimp-print.sourceforge.net
Repocopied by: marcus
Diffstat (limited to 'print/gimp-print')
-rw-r--r-- | print/gimp-print/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index 646dbf9bb185..d78417211fe9 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -22,6 +22,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no INSTALLS_SHLIB= yes +CONFLICTS= gutenprint-[0-9]* + MAN1= escputil.1 gimpprint-config.1 ijsgimpprint.1 MAN3= gimpprint.3 MAN7= gimpprint-color.7 gimpprint-dithers.7 gimpprint-imagetypes.7 \ |