1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/eps2png/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

28 lines
550 B
Makefile

# New ports collection makefile for: eps2png
# Date created: 12 February 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= eps2png
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
MAINTAINER= nik@freebsd.org
COMMENT= Converts EPS images to PNG
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
PERL_CONFIGURE= yes
MAN1= eps2png.1
do-install:
@cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ${MAKE} INSTALLSCRIPT=${PREFIX}/bin install
.include <bsd.port.mk>