freebsd-ports/accessibility/atk/Makefile
Dmitry Marakasov 1bafc7422d - Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2017-09-16 09:01:53 +00:00

35 lines
738 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= atk
PORTVERSION= 2.24.0
PORTREVISION?= 0
CATEGORIES= accessibility devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME accessibility toolkit (ATK)
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
PORTSCOUT= limitw:1,even
.if !defined(REFERENCE_PORT)
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES+= gettext gmake gnome libtool localbase pathfix pkgconfig
USE_GNOME= glib20 introspection:build referencehack
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.endif