2012-12-18 10:44:41 +01:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2001-05-14 14:12:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= atk
|
2017-04-01 21:52:00 +02:00
|
|
|
PORTVERSION= 2.24.0
|
2014-11-19 12:49:04 +01:00
|
|
|
PORTREVISION?= 0
|
2004-01-22 09:56:43 +01:00
|
|
|
CATEGORIES= accessibility devel
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-02-12 10:08:42 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
2001-05-14 14:12:44 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2012-12-18 10:44:41 +01:00
|
|
|
COMMENT= GNOME accessibility toolkit (ATK)
|
2001-05-14 14:12:44 +02:00
|
|
|
|
2017-09-16 11:01:53 +02:00
|
|
|
LICENSE= LGPL20+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2017-04-01 21:52:00 +02:00
|
|
|
|
2014-05-30 13:15:36 +02:00
|
|
|
USES= tar:xz
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
2014-05-30 13:15:36 +02:00
|
|
|
|
2006-05-10 00:23:35 +02:00
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-09-01 21:42:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2017-09-16 11:01:53 +02:00
|
|
|
USES+= gettext gmake gnome libtool localbase pathfix pkgconfig
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= glib20 introspection:build referencehack
|
2013-07-31 13:57:45 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
2014-09-01 21:42:57 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2001-05-14 14:12:44 +02:00
|
|
|
|
2005-11-05 05:53:48 +01:00
|
|
|
post-patch:
|
2013-03-08 11:51:34 +01:00
|
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \
|
2005-11-05 05:53:48 +01:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2001-05-14 14:12:44 +02:00
|
|
|
.include <bsd.port.mk>
|
2006-05-10 00:23:35 +02:00
|
|
|
|
|
|
|
.endif
|