openbsd-ports/graphics/cairomm/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

36 lines
852 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/03/29 13:38:30 sthen Exp $
COMMENT= C++ interface for cairo
DISTNAME= cairomm-1.10.0
SHARED_LIBS= cairomm-1.0 5.0 # .5.0
CATEGORIES= graphics
HOMEPAGE= http://cairographics.org/cairomm/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender Xxf86vm
WANTLIB += cairo drm expat ffi fontconfig freetype glib-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pcre pixman-1 png pthread-stubs sigc-2.0
WANTLIB += stdc++ xcb xcb-render xcb-shm z
MASTER_SITES= http://cairographics.org/releases/
LIB_DEPENDS= graphics/cairo \
devel/libsigc++-2
MODULES= devel/gettext
SEPARATE_BUILD= Yes
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>