openbsd-ports/devel/p5-Pango/Makefile

35 lines
772 B
Makefile
Raw Normal View History

2010-10-18 17:50:38 -04:00
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:50:38 sthen Exp $
SHARED_ONLY= Yes
COMMENT= perl interface to the Pango libraries
2010-04-20 12:21:42 -04:00
DISTNAME= Pango-1.221
2010-10-11 04:11:24 -04:00
REVISION= 1
CATEGORIES= x11 devel
CPAN_AUTHOR= TSCH
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan \
devel/gettext
2010-10-18 17:50:38 -04:00
USE_GROFF = Yes
LIB_DEPENDS= pangocairo-1.0,pango-1.0,pangoft2-1.0::devel/pango
WANTLIB= X11 Xau Xdmcp Xrender cairo expat fontconfig freetype \
2010-10-11 04:11:24 -04:00
glib-2.0 gmodule-2.0 gobject-2.0 m pixman-1 png \
2010-04-20 12:21:42 -04:00
pthread-stubs xcb z xcb-render xcb-render-util
RUN_DEPENDS= ::devel/p5-Glib2 \
::graphics/p5-Cairo
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/p5-ExtUtils-Depends \
::devel/p5-ExtUtils-PkgConfig
.include <bsd.port.mk>