aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0c16d003be5..96cae6d9dcd 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 a832aa7448f..b9198857b2a 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