blob: 039b01775b058bdad8dfe318d762a2f6394c74d0 (
plain) (
tree)
|
|
# 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.9 2011/03/30 22:07:49 kwm 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
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-documentation
.include <bsd.port.mk>
|