1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add LICENSE_FILE

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-08-01 09:00:57 +00:00
parent 27734a12cb
commit 21227e5e80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419431
2 changed files with 5 additions and 4 deletions

View File

@ -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}

View File

@ -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