diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-15 22:21:31 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-15 22:21:31 +0800 |
commit | 580d833c5efab8200032a4ed89b92543d7cb1867 (patch) | |
tree | 080cb4e0023d8f3f3366d1e6a114c76ff26046aa /graphics/epstool/Makefile | |
parent | 0bcb8eace76ee0bf4d535138ab9b63e74addcf73 (diff) | |
download | freebsd-ports-gnome-580d833c5efab8200032a4ed89b92543d7cb1867.tar.gz freebsd-ports-gnome-580d833c5efab8200032a4ed89b92543d7cb1867.tar.zst freebsd-ports-gnome-580d833c5efab8200032a4ed89b92543d7cb1867.zip |
Update to 1.60
PR: 24283
Submitted by: Ports Fury
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 |