mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
569 B
Makefile
25 lines
569 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clutter-gtk
|
|
PORTVERSION= 1.6.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GTK+ Integration library for Clutter
|
|
|
|
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter
|
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomeprefix gtk30 introspection
|
|
USE_XORG= xp x11
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|