blob: cac0ad3a98047783bb06d699b53debc2f1d874d7 (
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: ports/trunk/x11-toolkits/mx/Makefile 17268 2013-04-01 05:13:11Z 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
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>
|