summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/mx/Makefile
blob: 8709a4fe1e1959265d705098bb25f345625a67b6 (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#  $MCom: ports/trunk/x11-toolkits/mx/Makefile 18610 2013-06-30 16:33:05Z marcus $

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

USES=       gettext gmake 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>