17 lines
412 B
Makefile
17 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/11/25 21:59:34 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= epstool-3.07
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|