Index: head/graphics/epstool/Makefile =================================================================== --- head/graphics/epstool/Makefile (revision 419430) +++ head/graphics/epstool/Makefile (revision 419431) @@ -1,36 +1,39 @@ # Created by: Yuzo FURUKAWA # $FreeBSD$ PORTNAME= epstool PORTVERSION= 3.08 PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= LOCAL/bf 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 MAKE_ARGS= MAKE="${MAKE_CMD}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \ CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \ GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS="" ALL_TARGET= ${PORTNAME} 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} .include Index: head/graphics/epstool/pkg-descr =================================================================== --- head/graphics/epstool/pkg-descr (revision 419430) +++ head/graphics/epstool/pkg-descr (revision 419431) @@ -1,13 +1,11 @@ epstool - Create or extract preview bitmaps in EPS files. Features: - Add EPSI or DOS EPS previews. - Extract postscript from DOS EPS files. - Uses Ghostscript to create preview bitmaps. - Scan a bitmap created by Ghostscript to find bounding box. - Create TIFF or Interchange from part of a bitmap created by Ghostscript. -- Yuzo FURUKAWA - WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm