diff options
Diffstat (limited to 'graphics/cairomm/Makefile')
-rw-r--r-- | graphics/cairomm/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile deleted file mode 100644 index 815a52bb5..000000000 --- a/graphics/cairomm/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# 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.3 2006/08/21 00:04:50 ahze Exp $ -# - -PORTNAME= cairomm -PORTVERSION= 1.2.2 -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 - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif - -.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.post.mk> |