freebsd-ports/textproc/p5-SVG/Makefile
Martin Wilke fa8e21e020 - Update to 2.44
PR:		123479
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	maintainer timeout
2008-05-31 21:10:44 +00:00

32 lines
768 B
Makefile

# New ports collection makefile for: SVG
# Date created: 21 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= SVG
PORTVERSION= 2.44
CATEGORIES= textproc graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl extension for generating Scalable Vector Graphics (SVG) documents
PERL_CONFIGURE= yes
MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Manual.3 SVG::XML.3
post-patch:
@${FIND} ${WRKSRC} \( -name "*.p[lm]" -or -name "*.cgi" \
-or -name "*.pod" \)|${XARGS} ${PERL} -pi -e 's/\x0d//g;'
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>