freebsd-ports/accessibility/atkmm/Makefile

23 lines
544 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/accessibility/atkmm/Makefile,v 1.12 2012/09/01 23:02:08 mezz Exp $
PORTNAME= atkmm
PORTVERSION= 2.22.6
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for ATK API library
NO_STAGE= yes
USES= gmake pathfix pkgconfig
USE_XZ= yes
USE_LDCONFIG= yes
USE_GNOME= atk glibmm
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation
.include <bsd.port.mk>