summaryrefslogtreecommitdiff
path: root/graphics/eps2png/Makefile
blob: 68c2664ecf2137063a0c80d234eb8b6fffe3d3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	eps2png
# Date created:				12 February 2001
# Whom:					nik
#
# $FreeBSD$
#

PORTNAME=	eps2png
PORTVERSION=	1.7
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/Johan_Vromans

MAINTAINER=	nik@freebsd.org
COMMENT=	Converts EPS images to PNG

RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu

PERL_CONFIGURE=	yes

MAN1=		eps2png.1

do-install:
	@cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ${MAKE} INSTALLSCRIPT=${PREFIX}/bin install

.include <bsd.port.mk>