summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Pango/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2009-10-30 03:33:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2009-10-30 03:33:23 +0000
commit9dda63271f2a83c102cd3165ab6dcb0bbc2f2319 (patch)
tree892c5a4bb995a54fc63c90e027d6ee8b64dec9ab /x11-toolkits/p5-Pango/Makefile
parent- Update to 2.2 (diff)
- p5-Pango, perl binding to pango
Notes
Notes: svn path=/head/; revision=243519
Diffstat (limited to 'x11-toolkits/p5-Pango/Makefile')
-rw-r--r--x11-toolkits/p5-Pango/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile
new file mode 100644
index 000000000000..87baf1b35f4f
--- /dev/null
+++ b/x11-toolkits/p5-Pango/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: x11-toolkits/p5-Pango
+# Date created: Oct 30 2009
+# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Pango
+PORTVERSION= 1.221
+CATEGORIES= x11-toolkits lang perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/T/TS/TSCH
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@FreeBSD.org
+COMMENT= Perl module for layout and render i18n text
+
+BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
+ ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
+ ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \
+ ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
+
+USE_GNOME= pango
+PERL_CONFIGURE= 5.8.0+
+
+post-install:
+ @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
+ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
+
+.include <bsd.port.mk>