freebsd-ports/graphics/eps2png/Makefile

19 lines
327 B
Makefile
Raw Normal View History

# Created by: nik
# $FreeBSD$
PORTNAME= eps2png
PORTVERSION= 2.7
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= perl@FreeBSD.org
COMMENT= Converts EPS images to PNG
USES= ghostscript perl5
USE_PERL5= configure
MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin"
.include <bsd.port.mk>