2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
2010-11-20 16:37:08 +01:00
|
|
|
# $FreeBSD$
|
2013-03-08 11:51:34 +01:00
|
|
|
# $MCom: ports/accessibility/atkmm/Makefile,v 1.12 2012/09/01 23:02:08 mezz Exp $
|
2010-11-20 16:37:08 +01:00
|
|
|
|
|
|
|
PORTNAME= atkmm
|
2013-03-08 11:51:34 +01:00
|
|
|
PORTVERSION= 2.22.6
|
2010-11-20 16:37:08 +01:00
|
|
|
CATEGORIES= accessibility gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= C++ wrapper for ATK API library
|
|
|
|
|
2013-09-20 13:02:49 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-30 02:47:20 +02:00
|
|
|
USES= gmake pathfix pkgconfig
|
2013-03-08 11:51:34 +01:00
|
|
|
USE_XZ= yes
|
2010-11-20 16:37:08 +01:00
|
|
|
USE_LDCONFIG= yes
|
2013-04-23 08:26:31 +02:00
|
|
|
USE_GNOME= atk glibmm
|
2010-11-20 16:37:08 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-11-20 16:37:08 +01:00
|
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|