diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
commit | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch) | |
tree | 5a679ff3c41382969b2e70a71da9a9484e795111 /graphics/clutter-gtk3 | |
parent | 44dcca2542e8092cf3bd06845987212d9b95886c (diff) | |
download | marcuscom-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 'graphics/clutter-gtk3')
-rw-r--r-- | graphics/clutter-gtk3/Makefile | 7 | ||||
-rw-r--r-- | graphics/clutter-gtk3/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index 90f2467bf..0e6995449 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -4,6 +4,7 @@ PORTNAME= clutter-gtk PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -13,15 +14,13 @@ COMMENT= GTK+ Integration library for Clutter LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk30 introspection USE_XORG= xp x11 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libclutter-gtk-1.0.so.* +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/graphics/clutter-gtk3/pkg-plist b/graphics/clutter-gtk3/pkg-plist index 16f0a193d..cfb3603fc 100644 --- a/graphics/clutter-gtk3/pkg-plist +++ b/graphics/clutter-gtk3/pkg-plist @@ -6,7 +6,6 @@ include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-texture.h include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h lib/girepository-1.0/GtkClutter-1.0.typelib -lib/libclutter-gtk-1.0.la lib/libclutter-gtk-1.0.so lib/libclutter-gtk-1.0.so.0 lib/libclutter-gtk-1.0.so.0.0.0 |