- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue