summaryrefslogblamecommitdiff
path: root/graphics/epstool/Makefile
blob: 400519f47767bbd6bb8907ce1df3a3ded086e3ae (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               





                                                                   
                       
                    
                        

                                                                 
                               




                                                  
                                     
                            

             
                        
                                             

                                                                         

                      
# 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.40
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \
		ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/
DISTNAME=	${PORTNAME}-140

MAINTAINER=	ports@FreeBSD.org

RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript55

WRKSRC=		${WRKDIR}/${PORTNAME}
MAKEFILE=	makefile.unx

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/epstool
	${INSTALL_DATA} ${WRKSRC}/epstool.htm ${PREFIX}/share/doc/epstool
.endif

.include <bsd.port.mk>