aboutsummaryrefslogtreecommitdiff
path: root/graphics/eps2png/Makefile
blob: 41266dc178d5d61db2687a4d8be356317d541fae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: nik
# $FreeBSD$

PORTNAME=	eps2png
PORTVERSION=	2.7
PORTREVISION=	4
CATEGORIES=	graphics
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JV

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

USE_GHOSTSCRIPT=	yes
USES=		perl5
USE_PERL5=	configure
MAKE_ARGS=	INSTLLSCRIPT="${PREFIX}/bin"

MAN1=		eps2png.1

.include <bsd.port.mk>