freebsd-ports/graphics/GIFgraph/Makefile

30 lines
620 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-GIFgraph
# Date created: Nov 9, 1998
# Whom: laskavy@gambit.msk.su
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= GIFgraph
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GIFgraph
PKGNAMEPREFIX= p5-
DISTNAME= GIFgraph-${PORTVERSION}
MAINTAINER= ls@gambit.com.ru
2003-02-21 13:17:17 +01:00
COMMENT= A Perl package to generate PNG charts
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
PERL_CONFIGURE= YES
MAN3= GIFgraph.3 GIFgraph::colour.3
post-patch:
${FIND} ${WRKSRC} -name '*.orig' -delete
.include <bsd.port.mk>