1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/GIFgraph/Makefile
Jun Kuriyama de480a0574 a Perl package to generate GIF charts
PR:		ports/8627
Submitted by:	laskavy@gambit.msk.su

Modified by:	kuriyama

o added p5-GD dependency
o some portlint fixes

This port fails on make test stage in ${WRKDIR}. But this is
caused by font difference between developper's and mine.
So it can ignore.
1998-12-12 15:09:17 +00:00

27 lines
627 B
Makefile

# New ports collection makefile for: p5-GIFgraph
# Version required: 1.01
# Date created: Nov 9, 1998
# Whom: laskavy@gambit.msk.su
#
# $Id$
#
DISTNAME= GIFgraph-1.01
PKGNAME= p5-GIFgraph-1.01
CATEGORIES= graphics perl5
MASTER_SITES= http://www.tcp.chem.tue.nl/~tgtcmv/perl/
MAINTAINER= laskavy@gambit.msk.su
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= GIFgraph.3 GIFgraph::colour.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>