mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
36 lines
839 B
Makefile
36 lines
839 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/accessibility/atk/Makefile 18634 2013-07-26 10:42:35Z kwm $
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 2.8.0
|
|
PORTREVISION?= 0
|
|
CATEGORIES= accessibility devel
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME accessibility toolkit (ATK)
|
|
|
|
USE_XZ= yes
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
NO_STAGE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USES= gettext gmake pathfix pkgconfig
|
|
USE_GNOME= gnomehier glib20 ltverhack referencehack introspection:build
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= AUTOCONF=${TRUE} AUTOMAKE=${TRUE}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.endif
|