diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-01 17:00:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-01 17:00:57 +0800 |
commit | 78bd3707def185793cd5af33461ceb48ca9f3d68 (patch) | |
tree | 7915db7d75342715ff9451bbea583bc11b08536f /graphics/epstool | |
parent | 205f9c88180d66b1a8ceeaf25027c282a72e2dbc (diff) | |
download | freebsd-ports-gnome-78bd3707def185793cd5af33461ceb48ca9f3d68.tar.gz freebsd-ports-gnome-78bd3707def185793cd5af33461ceb48ca9f3d68.tar.zst freebsd-ports-gnome-78bd3707def185793cd5af33461ceb48ca9f3d68.zip |
- Add LICENSE_FILE
- Switch to options helpers
Diffstat (limited to 'graphics/epstool')
-rw-r--r-- | graphics/epstool/Makefile | 7 | ||||
-rw-r--r-- | graphics/epstool/pkg-descr | 2 |
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 |