diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-20 11:48:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-20 11:48:30 +0800 |
commit | cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3 (patch) | |
tree | 60244db745e238f0ce480ca2ae54c71aa5e68816 /graphics/cairomm/Makefile | |
parent | 2c37e59d62cd877602e9ebe18b2b89da41366b8c (diff) | |
download | marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.gz marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.bz2 marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.lz marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.xz marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.zst marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.zip |
Update to 1.4.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairomm/Makefile')
-rw-r--r-- | graphics/cairomm/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
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 <ahze@FreeBSD.org> +# +# $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 <bsd.port.mk> |