5dd6a8dcee
Fixed handling of --ignore-warnings and --ignore-errors so that these are now required to process files with warnings or errors. Added --test-eps making a partial test of EPS compliance. Added --dump for displaying summary of DSC information.
16 lines
382 B
Makefile
16 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/18 20:50:36 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= epstool-3.08
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm
|
|
COMMENT= Manipulate EPS files
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|