freebsd-ports/graphics/eps2png/Makefile
Martin Wilke 2c3b1de4d4 - Update to version 2.7
- Update pkg-descr

PR:		135033
Submitted by:	Ports Fury
2009-05-28 23:49:30 +00:00

22 lines
405 B
Makefile

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