38 lines
949 B
Makefile
38 lines
949 B
Makefile
# 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.16 2010/10/26 09:42:43 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= cairomm
|
|
PORTVERSION= 1.9.6
|
|
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
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gnometarget ltverhack
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
|
|
|
|
.if defined(NOPORTDOCS)
|
|
CONFIGURE_ARGS+= --disable-documentation
|
|
|
|
.else
|
|
post-configure:
|
|
@${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|