2001-02-12 19:37:23 +01:00
|
|
|
# New ports collection makefile for: eps2png
|
|
|
|
# Date created: 12 February 2001
|
|
|
|
# Whom: nik
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eps2png
|
|
|
|
PORTVERSION= 1.7
|
2001-02-24 12:32:59 +01:00
|
|
|
PORTREVISION= 1
|
2001-02-12 19:37:23 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
|
|
|
|
|
|
|
|
MAINTAINER= nik@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Converts EPS images to PNG
|
2001-02-12 19:37:23 +01:00
|
|
|
|
2004-01-20 17:30:09 +01:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
2001-02-12 19:37:23 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2001-03-10 08:08:19 +01:00
|
|
|
MAN1= eps2png.1
|
|
|
|
|
2001-02-12 19:37:23 +01:00
|
|
|
do-install:
|
2001-02-24 12:32:59 +01:00
|
|
|
@cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ${MAKE} INSTALLSCRIPT=${PREFIX}/bin install
|
2001-02-12 19:37:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|