1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/graphics/epstool/Makefile
Steve Price f924ebf504 * Modified patches to support CC/X11BASE properly
* Added WWW: line into pkg/DESCR

PR:		15336
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 18:09:31 +00:00

27 lines
611 B
Makefile

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