aboutsummaryrefslogtreecommitdiff
path: root/graphics/epstool
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-01 09:00:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-01 09:00:57 +0000
commit21227e5e80568346a0b500fd4886b6382ae91c0a (patch)
tree7915db7d75342715ff9451bbea583bc11b08536f /graphics/epstool
parent27734a12cb5552aa90f1045dad5ae4ec1a79f83f (diff)
downloadports-21227e5e80568346a0b500fd4886b6382ae91c0a.tar.gz
ports-21227e5e80568346a0b500fd4886b6382ae91c0a.zip
Notes
Diffstat (limited to 'graphics/epstool')
-rw-r--r--graphics/epstool/Makefile7
-rw-r--r--graphics/epstool/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile
index 0c16d003be5f..96cae6d9dcd3 100644
--- a/graphics/epstool/Makefile
+++ b/graphics/epstool/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Create or extract preview bitmaps in EPS files
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENCE
USES= ghostscript:run gmake
MAKEFILE= makefile
@@ -22,13 +23,15 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/epstool man/man1/epstool.1.gz
-OPTIONS_DEFINE= DOCS
-
PORTDOCS= epstool.htm gsview.css
+OPTIONS_DEFINE= DOCS
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/epstool.htm ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/gsview.css ${STAGEDIR}${DOCSDIR}
diff --git a/graphics/epstool/pkg-descr b/graphics/epstool/pkg-descr
index a832aa7448fc..b9198857b2ac 100644
--- a/graphics/epstool/pkg-descr
+++ b/graphics/epstool/pkg-descr
@@ -8,6 +8,4 @@ Features:
- Create TIFF or Interchange from part of a bitmap created
by Ghostscript.
-- Yuzo FURUKAWA
-
WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm