30 lines
658 B
Makefile
30 lines
658 B
Makefile
# $OpenBSD: Makefile,v 1.15 2012/08/23 15:50:05 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the cairo library
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Cairo-1.061
|
|
REVISION= 5
|
|
CATEGORIES= graphics devel
|
|
CPAN_AUTHOR= TSCH
|
|
USE_GROFF = Yes
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xrender expat fontconfig freetype \
|
|
pixman-1 m z png pthread-stubs xcb cairo>=6
|
|
WANTLIB += c GL glib-2.0 gobject-2.0 gthread-2.0 iconv intl xcb-render
|
|
WANTLIB += xcb-shm
|
|
|
|
LIB_DEPENDS= graphics/cairo
|
|
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
|
|
devel/p5-ExtUtils-PkgConfig
|
|
|
|
.include <bsd.port.mk>
|