mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
37 lines
871 B
Makefile
37 lines
871 B
Makefile
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
|
|
|
PORTNAME= cjs
|
|
PORTVERSION= 4.8.2
|
|
CATEGORIES= lang gnome
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= JavaScript bindings based on gobject-introspection
|
|
|
|
LICENSE= MIT LGPL20+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_MIT= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LGPL
|
|
|
|
LIB_DEPENDS= libffi.so:devel/libffi \
|
|
libmozjs-78.so:lang/spidermonkey78
|
|
|
|
USES= compiler:c++14-lang gettext gnome localbase meson pkgconfig \
|
|
python:3.5+,build readline shebangfix xorg
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection
|
|
USE_XORG= x11 xext
|
|
MESON_ARGS= -Dinstalled_tests=false \
|
|
-Dcairo=enabled \
|
|
-Dreadline=enabled \
|
|
-Dprofiler=disabled
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linuxmint
|
|
|
|
SHEBANG_GLOB= *.py
|
|
|
|
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
|
|
|
|
.include <bsd.port.mk>
|