summaryrefslogtreecommitdiffstats
path: root/graphics/cairomm/Makefile
blob: 571372c33788013edd95b450d2dec90982177870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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.10 2008/04/21 00:01:14 marcus Exp $
#

PORTNAME=   cairomm
PORTVERSION=    1.5.0
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://cairographics.org/releases/
#MASTER_SITES=  http://cairographics.org/snapshots/

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" \
        LDFLAGS="-L${LOCALBASE}/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>