1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/eps2png/Makefile
Dmitry Marakasov 87ddb382d2 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2019-08-02 09:02:25 +00:00

23 lines
382 B
Makefile

# Created by: nik
# $FreeBSD$
PORTNAME= eps2png
PORTVERSION= 2.7
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= perl@FreeBSD.org
COMMENT= Converts EPS images to PNG
LICENSE= ART10 GPLv2+
LICENSE_COMB= dual
USES= ghostscript perl5
USE_PERL5= configure
MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin"
NO_ARCH= yes
.include <bsd.port.mk>