1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/graphics/p5-GD/Makefile

34 lines
689 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-GD
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= GD
2002-09-11 11:00:33 +00:00
PORTVERSION= 1.41
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:08:19 +00:00
COMMENT= A perl5 interface to Gd Graphics Library
LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd
PERL_CONFIGURE= yes
2003-05-19 04:35:17 +00:00
USE_REINPLACE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= GD.3
2003-05-19 04:35:17 +00:00
post-patch:
${REINPLACE_CMD} \
-e 's,@@LOCALBASE@@,${LOCALBASE},g' \
-e 's,@@X11BASE@@,${X11BASE},g' \
2003-05-19 04:35:17 +00:00
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>