diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:42:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 19:42:57 +0000 |
commit | eccbb357cd92d1199e1cac692baec783ea3c863b (patch) | |
tree | 81a1dafc8f7e9f53324fc22e5226675ab7501d6f /accessibility | |
parent | d350da3660582368b7a61ae0952258b08aa17e12 (diff) |
Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Notes
Notes:
svn path=/head/; revision=366941
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 9 | ||||
-rw-r--r-- | accessibility/atk/pkg-plist | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 19221aac5dfb..df3b153b83a8 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -4,7 +4,7 @@ PORTNAME= atk PORTVERSION= 2.8.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,13 +17,14 @@ USES= tar:xz .if !defined(REFERENCE_PORT) USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USES+= gettext gmake pathfix pkgconfig -USE_GNOME= gnomehier glib20 ltverhack referencehack introspection:build +GNU_CONFIGURE= yes +USES+= gettext gmake libtool pathfix pkgconfig +USE_GNOME= glib20 gnomehier introspection:build referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= AUTOCONF=${TRUE} AUTOMAKE=${TRUE} +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \ diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist index c084aa251fac..af11ac6166e0 100644 --- a/accessibility/atk/pkg-plist +++ b/accessibility/atk/pkg-plist @@ -31,10 +31,9 @@ include/atk-1.0/atk/atkvalue.h include/atk-1.0/atk/atkversion.h include/atk-1.0/atk/atkwindow.h lib/girepository-1.0/Atk-1.0.typelib -lib/libatk-1.0.a -lib/libatk-1.0.la lib/libatk-1.0.so lib/libatk-1.0.so.0 +lib/libatk-1.0.so.0.20809.1 libdata/pkgconfig/atk.pc share/gir-1.0/Atk-1.0.gir share/locale/af/LC_MESSAGES/atk10.mo |