From cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 20 Mar 2008 03:48:30 +0000 Subject: Update to 1.4.8. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10789 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairomm/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 graphics/cairomm/Makefile (limited to 'graphics/cairomm/Makefile') diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile new file mode 100644 index 000000000..f099fde72 --- /dev/null +++ b/graphics/cairomm/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: cairomm +# Date created: 2005-12-07 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/cairomm/Makefile,v 1.4 2006/09/06 22:06:40 marcus Exp $ +# + +PORTNAME= cairomm +PORTVERSION= 1.4.8 +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 +USE_LDCONFIG= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget ltverhack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ + AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" + +.if defined(NOPORTDOCS) +CONFIGURE_ARGS+= --disable-docs + +post-patch: + @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in +.else +post-configure: + @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html +.endif + +.include -- cgit v1.2.3