diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 03:42:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 03:42:57 +0800 |
commit | 2c17144666153025c0a6e6c32e96c70624b3fbcd (patch) | |
tree | 81a1dafc8f7e9f53324fc22e5226675ab7501d6f | |
parent | bc8ba3d2c5100c92579e0a7a8446610d34b9149d (diff) | |
download | freebsd-ports-gnome-2c17144666153025c0a6e6c32e96c70624b3fbcd.tar.gz freebsd-ports-gnome-2c17144666153025c0a6e6c32e96c70624b3fbcd.tar.zst freebsd-ports-gnome-2c17144666153025c0a6e6c32e96c70624b3fbcd.zip |
Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from: gnome-dev
-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 |