1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/epstool/Makefile
Kevin Lo 6ab4eea68a Update to 1.60
PR: 24283
Submitted by: Ports Fury
2001-01-15 14:21:31 +00:00

36 lines
752 B
Makefile

# New ports collection makefile for: epstool
# Date created: 23 October 1999
# Whom: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= epstool
PORTVERSION= 1.60
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \
ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/
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
${INSTALL_DATA} ${WRKSRC}/epstool.htm ${PREFIX}/share/doc/epstool
.endif
.include <bsd.port.mk>