freebsd-ports/graphics/eps2png/Makefile

25 lines
423 B
Makefile
Raw Normal View History

# New ports collection makefile for: eps2png
# Date created: 12 February 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= eps2png
PORTVERSION= 2.7
2012-06-01 07:26:28 +02:00
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= perl@FreeBSD.org
COMMENT= Converts EPS images to PNG
2008-04-03 15:36:10 +02:00
USE_GHOSTSCRIPT= yes
PERL_CONFIGURE= yes
MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin"
2001-03-10 08:08:19 +01:00
MAN1= eps2png.1
.include <bsd.port.mk>