1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/lang/gjs/Makefile
Marcus von Appen ec724aee7e - Fix the usage of 'python' to get rid of the implicit lang/python
dependency
- lang/v8 requires python to build

Approved by:	portmgr (blanket)
2013-12-08 13:29:41 +00:00

35 lines
849 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=2
USE_AUTOTOOLS= libtool
USE_GNOME= cairo glib20 gnomeprefix introspection:build \
intlhack ltverhack
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
python_OLD_CMD= /usr/bin/env python
python_CMD= /usr/bin/env python2
SHEBANG_FILES= scripts/make-tests
NO_STAGE= yes
.include <bsd.port.mk>