Switch to USES=libtool.
Remove non-working mirror. Update LIB_DEPENDS syntax. Stagify.
This commit is contained in:
parent
7b7a338699
commit
06efa2faf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343297
2 changed files with 8 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue