summaryrefslogblamecommitdiffstats
path: root/x11-toolkits/mx/Makefile
blob: baa34c87b604bf3cd89af1cd2feb8bf967562c7c (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                   
                                                                            



                     
                 














                                                                                       
                                                         






                                                        
# New ports collection makefile for:    mx
# Date created:     30 Mar 2011
# Whom:         Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#  $MCom: ports/x11-toolkits/mx/Makefile,v 1.1 2011/03/30 07:48:54 kwm Exp $
#

PORTNAME=   mx
PORTVERSION=    1.0.4
PORTREVISION=   1
CATEGORIES= x11-toolkits
MASTER_SITES=   http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Clutter based widget toolkit

LIB_DEPENDS=    clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \
        startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
        dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib

LICENSE=    LGPL21
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_BZIP2=  yes
USE_AUTOTOOLS=  libtool
USE_GNOME=  gnomehack glib20 gtk20 intlhack ltverhack
USE_LDCONFIG=   yes
CONFIGURE_ENV=  LDFLAGS="${LDFLAGS}"

CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}

.include <bsd.port.mk>