1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/lang/gjs/Makefile
Niclas Zeising 0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00

33 lines
832 B
Makefile

# Created by: Pawel Worach <pawel.worach@gmail.com>
# $FreeBSD$
PORTNAME= gjs
PORTVERSION= 1.52.4
PORTREVISION= 4
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 xorg
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>