openbsd-ports/graphics/cairo/Makefile
ajacoutot 3c38a9d236 Comment static archive and la file for the loadable module.
Add CONFIGURE_SHARED.
Remove REGRESS_DEPENDS as gs is actually needed at build time for the
tests (along with rsvg...).

ok eric@ (maintainer)
2012-08-17 07:58:50 +00:00

46 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.39 2012/08/17 07:58:50 ajacoutot Exp $
COMMENT= vector graphics library
DISTNAME= cairo-1.12.2
SHARED_LIBS+= cairo 12.0
SHARED_LIBS+= cairo-trace 1.0
SHARED_LIBS+= cairo-gobject 1.0
SHARED_LIBS+= cairo-script-interpreter 1.0
CATEGORIES= graphics
EXTRACT_SUFX= .tar.xz
REVISION= 0
HOMEPAGE= http://cairographics.org/
MAINTAINER= Eric Faurot <eric@openbsd.org>
WANTLIB= GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender \
Xxf86vm drm expat ffi fontconfig freetype glib-2.0 \
gobject-2.0 gthread-2.0 m pcre pixman-1 png \
pthread-stubs stdc++ xcb xcb-render xcb-shm z
# LGPLv2.1 / MPL 1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cairographics.org/releases/
MODULES= devel/gettext
USE_LIBTOOL= Yes
USE_GMAKE= Yes
LIB_DEPENDS= graphics/png \
devel/glib2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-gl \
--enable-tee \
--enable-xml
.include <bsd.port.mk>