diff options
author | kwm <kwm@FreeBSD.org> | 2014-02-08 05:22:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-02-08 05:22:41 +0800 |
commit | 84527aa226e71c86250be4646fbe6063eabd2351 (patch) | |
tree | 959a71c9e2b6b027ff7b10b9862bbb55b37df846 /graphics/clutter-gtk | |
parent | 246455a977a0fe87a168b86ef82ca4e57018977a (diff) | |
download | freebsd-ports-gnome-84527aa226e71c86250be4646fbe6063eabd2351.tar.gz freebsd-ports-gnome-84527aa226e71c86250be4646fbe6063eabd2351.tar.zst freebsd-ports-gnome-84527aa226e71c86250be4646fbe6063eabd2351.zip |
Switch to USES=libtool.
Remove non-working mirror.
Update LIB_DEPENDS syntax.
Stagify.
Diffstat (limited to 'graphics/clutter-gtk')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 16 | ||||
-rw-r--r-- | graphics/clutter-gtk/pkg-plist | 2 |
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index ce8226c7650e..f56f24b08bcf 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -3,26 +3,24 @@ PORTNAME= clutter-gtk PORTVERSION= 0.10.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= GNOME \ - http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter USE_BZIP2= yes USE_GL= gl -USES= gettext pathfix gmake pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= gtk20 ltverhack gnomeprefix +USES= gettext libtool pathfix gmake pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= gtk20 gnomeprefix USE_XORG= xp x11 USE_LDCONFIG= yes - CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/clutter-gtk/pkg-plist b/graphics/clutter-gtk/pkg-plist index 2c128d635538..9dd11f5488fd 100644 --- a/graphics/clutter-gtk/pkg-plist +++ b/graphics/clutter-gtk/pkg-plist @@ -5,10 +5,10 @@ include/clutter-1.0/clutter-gtk/gtk-clutter-util.h include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h lib/girepository-1.0/GtkClutter-0.10.typelib -lib/libclutter-gtk-0.10.a lib/libclutter-gtk-0.10.la lib/libclutter-gtk-0.10.so lib/libclutter-gtk-0.10.so.0 +lib/libclutter-gtk-0.10.so.0.0.0 libdata/pkgconfig/clutter-gtk-0.10.pc %%DOCSDIR%%/GtkClutterEmbed.html %%DOCSDIR%%/GtkClutterScrollable.html |