summaryrefslogblamecommitdiff
path: root/graphics/GIFgraph/Makefile
blob: 86d6931e1db631d09ece73a4e65b9fae7f181885 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                   


                                                             
           

 

                           
                 
                              

                                        
                                       


                                     
                                                                                                          









                                                                              
# New ports collection makefile for:	p5-GIFgraph
# Date created:				Nov 9, 1998
# Whom:					laskavy@gambit.msk.su
#
# $FreeBSD$
#

PORTNAME=	p5-GIFgraph
PORTVERSION=	1.10
PORTREVISION=	1
CATEGORIES=	graphics perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	GIFgraph
DISTNAME=	GIFgraph-${PORTVERSION}

MAINTAINER=	laskavy@gambit.msk.su

RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/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>