aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/atkmm/Makefile
blob: 34a9448cf6f6ab00a38c8689ed2956b4bd973c85 (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
# New ports collection makefile for:    atkmm
# Date created:             24 June 2010
# Whom:                 Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/accessibility/atkmm/Makefile,v 1.10 2011/06/11 18:55:54 mezz Exp $
#

PORTNAME=   atkmm
PORTVERSION=    2.22.5
CATEGORIES= accessibility gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    C++ wrapper for ATK API library

LIB_DEPENDS=    glibmm-2.4.1:${PORTSDIR}/devel/glibmm

USE_BZIP2=  yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes
MAKE_JOBS_SAFE= yes
USE_GNOME=  gnomehack atk
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation

.include <bsd.port.mk>