freebsd-ports/graphics/eps2png/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

23 lines
421 B
Makefile

# New ports collection makefile for: eps2png
# Date created: 12 February 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= eps2png
PORTVERSION= 2.7
PORTREVISION= 3
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>