diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 22:55:11 +0800 |
commit | b68067e5da780c0e2a0862e928c907b8f8660b73 (patch) | |
tree | 56e1c21007cf4d60df18b84ba6e0dba593611189 /accessibility/caribou | |
parent | fcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (diff) | |
download | marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.gz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.bz2 marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.lz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.xz marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.zst marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.zip |
Convert:
USE_PYTHON* -> USES=python*
USE_XZ|USE_BZIP2 -> USES=tar:
replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/caribou')
-rw-r--r-- | accessibility/caribou/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 01c0dfd95..807c4c112 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -20,22 +20,19 @@ LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ libxklavier.so:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi -USES= gettext gmake pathfix pkgconfig shebangfix tar:xz +USES= gettext gmake pathfix pkgconfig python:2 shebangfix tar:xz USE_GNOME= gnomehier gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py -USE_PYTHON= 2 USE_XORG= x11 xtst GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip + CONFIGURE_ARGS= --enable-gtk2-module=no GLIB_SCHEMAS= org.gnome.caribou.gschema.xml \ org.gnome.antler.gschema.xml python_CMD= ${PYTHON_CMD} -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaribou.so.0 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/modules/libcaribou-gtk-module.so - .include <bsd.port.mk> |