The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
31 lines
810 B
Makefile
31 lines
810 B
Makefile
# Created by: Pawel Worach <pawel.worach@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gjs
|
|
PORTVERSION= 1.52.3
|
|
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>
|