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$
|
2011-07-30 11:20:22 +02:00
|
|
|
# $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $
|
2005-12-07 22:42:09 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cairomm
|
2011-07-30 11:20:22 +02:00
|
|
|
PORTVERSION= 1.10.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
LICENSE= LGPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-03-15 06:36:49 +01:00
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack ltverhack
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-12-07 22:42:09 +01:00
|
|
|
|
2006-03-15 06:36:49 +01:00
|
|
|
.if defined(NOPORTDOCS)
|
2009-11-01 20:39:47 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-documentation
|
2006-03-15 06:36:49 +01:00
|
|
|
|
2006-04-08 07:03:45 +02:00
|
|
|
.else
|
|
|
|
post-configure:
|
|
|
|
@${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html
|
2006-03-15 06:36:49 +01:00
|
|
|
.endif
|
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|