blob: 2150c4cd6b4889993c4b51ae57d3839dd02a922c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= mx
PORTVERSION= 1.2.1
CATEGORIES= x11-toolkits
MASTER_SITES= LOCAL/kwm
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter based widget toolkit
LICENSE= LGPL21
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter \
startup-notification-1:${PORTSDIR}/x11/startup-notification \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib
USE_GMAKE= yes
USES= gettext pathfix
USE_XZ= yes
USE_AUTOTOOLS= libtool
USE_GNOME= glib20 gtk20 intlhack ltverhack
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>
|