mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
33 lines
826 B
Makefile
33 lines
826 B
Makefile
# Created by: Pawel Worach <pawel.worach@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gjs
|
|
PORTVERSION= 1.52.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME Javascript binding
|
|
|
|
LICENSE= MPL11 LGPL20+ GPLv2+
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_MPL11= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL20+= ${WRKSRC}/COPYING.LGPL
|
|
|
|
LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52 \
|
|
libffi.so:devel/libffi
|
|
|
|
USES= compiler:c++11-lib gettext gmake gnome libtool \
|
|
localbase pathfix pkgconfig python:build readline tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection
|
|
USE_XORG= x11 xext
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
CONFIGURE_ARGS+=--disable-profiler
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|