1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/accessibility/atkmm/Makefile
2014-02-17 05:16:18 +00:00

23 lines
530 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
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>