aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/GIFgraph/Makefile
blob: 71074e27748c17f6921f1d88e439bb03eab75973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    p5-GIFgraph
# Date created:             Nov 9, 1998
# Whom:                 laskavy@gambit.msk.su
#
# $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
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>