diff options
Diffstat (limited to 'graphics/epstool/Makefile')
-rw-r--r-- | graphics/epstool/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 400519f47767..770da15a9d44 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -6,19 +6,26 @@ # PORTNAME= epstool -PORTVERSION= 1.40 +PORTVERSION= 1.60 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \ ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/ -DISTNAME= ${PORTNAME}-140 +DISTNAME= gsv36src MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_ZIP= yes MAKEFILE= makefile.unx +post-extract: +.for file in epstool.zip src.zip + @cd ${WRKDIR} && unzip -q -aa ${file} +.endfor + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/epstool |