freebsd-ports/lang/gjs/Makefile

32 lines
782 B
Makefile

# Created by: Pawel Worach <pawel.worach@gmail.com>
# $FreeBSD$
# $MCom: ports/trunk/lang/gjs/Makefile 18581 2013-06-23 10:50:00Z kwm $
PORTNAME= gjs
PORTVERSION= 1.34.0
CATEGORIES= lang gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Javascript binding
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
mozjs185:${PORTSDIR}/lang/spidermonkey185
CONFLICTS_BUILD=spidermonkey17-1.7.*
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig shebangfix
USE_PYTHON_BUILD=yes
USE_AUTOTOOLS= libtool
USE_GNOME= cairo glib20 gnomeprefix introspection:build \
intlhack ltverhack
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
SHEBANG_FILES= scripts/make-tests
NO_STAGE= yes
.include <bsd.port.mk>