652724b9ab
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
30 lines
688 B
Makefile
30 lines
688 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clutter-gtk
|
|
PORTVERSION= 0.10.8
|
|
PORTREVISION= 6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GTK+ Integration library for Clutter
|
|
|
|
LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
USE_GL= gl
|
|
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 gnomeprefix
|
|
USE_XORG= xp x11
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/SUBDIRS =/s/examples//' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|