1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/accessibility/atkmm/Makefile
Martin Wilke c7e04dae7b - Convert use_xz,bzip to USES
Approved by:	portmgr
2014-05-30 05:47:08 +00:00

22 lines
524 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 tar:xz
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>