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

PORTNAME=	eps2png
PORTVERSION=	2.7
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	CPAN/../../authors/id/J/JV/JV

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Converts EPS images to PNG

USE_GHOSTSCRIPT=	yes
PERL_CONFIGURE=	yes
MAKE_ARGS=	INSTLLSCRIPT="${PREFIX}/bin"

MAN1=		eps2png.1

.include <bsd.port.mk>