1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/epstool/Makefile
Chris D. Faulhaber 80053aa18e Update port to 1.08
PR:		16965
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 02:03:02 +00:00

29 lines
653 B
Makefile

# New ports collection makefile for: epstool
# Version required: 1.08
# Date created: 23 October 1999
# Whom: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
#
# $FreeBSD$
#
DISTNAME= epstool-108
PKGNAME= epstool-1.08
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \
ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
MAKEFILE= makefile.unx
WRKSRC= ${WRKDIR}/epstool
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/epstool
${INSTALL_DATA} ${WRKSRC}/epstool.htm ${PREFIX}/share/doc/epstool
.endif
.include <bsd.port.mk>