2005-12-07 22:42:09 +01:00
|
|
|
# New ports collection makefile for: cairomm
|
|
|
|
# Date created: 2005-12-07
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cairomm
|
2005-12-27 07:34:07 +01:00
|
|
|
PORTVERSION= 0.4.0
|
2005-12-07 22:42:09 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://cairographics.org/releases/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= C++ interface to cairo
|
|
|
|
|
|
|
|
LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \
|
|
|
|
cairo.2:${PORTSDIR}/graphics/cairo
|
|
|
|
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN="Does not build"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|