mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
06efa2faf5
Remove non-working mirror. Update LIB_DEPENDS syntax. Stagify.
27 lines
609 B
Makefile
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>
|