1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/graphics/clutter-gtk/Makefile
Koop Mast 06efa2faf5 Switch to USES=libtool.
Remove non-working mirror.
Update LIB_DEPENDS syntax.
Stagify.
2014-02-07 21:22:41 +00:00

27 lines
609 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-gtk
PORTVERSION= 0.10.8
PORTREVISION= 4
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
USE_BZIP2= yes
USE_GL= gl
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
.include <bsd.port.mk>