summaryrefslogtreecommitdiffstats
path: root/accessibility/at-spi2-atk/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 03:44:33 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 03:44:33 +0800
commit817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch)
tree5a679ff3c41382969b2e70a71da9a9484e795111 /accessibility/at-spi2-atk/Makefile
parent44dcca2542e8092cf3bd06845987212d9b95886c (diff)
downloadmarcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace that with INSTALL_TARGET=install-tsrip - Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex) and use either binary names (when possible) or package names instead. I've been tempted to convert options to a more compact form, but this will happen in the future. Tested by: two complete poudriere runs git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-atk/Makefile')
-rw-r--r--accessibility/at-spi2-atk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index 627a03e39..dbe1f8363 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -4,6 +4,7 @@
PORTNAME= at-spi2-atk
PORTVERSION= 2.12.1
+PORTREVISION= 1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -19,16 +20,13 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core
PORTSCOUT= limitw:1,even
-USES= gmake libtool:keepla pathfix pkgconfig tar:xz
+USES= gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= atk glib20 gnomehier intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-p2p
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatk-bridge-2.0.so*
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/modules/libatk-bridge.so
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>