276fed5240
ok ajacoutot@
26 lines
544 B
Makefile
26 lines
544 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/06/07 08:42:52 landry Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the cairo library
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Cairo-1.061
|
|
CATEGORIES= graphics devel
|
|
CPAN_AUTHOR= TSCH
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xrender expat fontconfig freetype \
|
|
pixman-1 m z glitz png
|
|
|
|
LIB_DEPENDS= cairo.>=6::graphics/cairo
|
|
BUILD_DEPENDS= ::devel/p5-ExtUtils-Depends \
|
|
::devel/p5-ExtUtils-PkgConfig
|
|
|
|
.include <bsd.port.mk>
|