1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/lang/neko/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

42 lines
1.0 KiB
Makefile

# $FreeBSD$
PORTNAME= neko
DISTVERSIONPREFIX= v
DISTVERSION= 2-2-0
PORTREVISION= 11
CATEGORIES= lang
MAINTAINER= penzin.dev@gmail.com
COMMENT= Neko programming languages and virtual machine
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= git:devel/git
LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \
libapr-1.so:devel/apr1 libaprutil-1.so:devel/apr1 \
libpcre.so:devel/pcre libpcreposix.so:devel/pcre \
libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \
libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2
USES= cmake mysql pkgconfig sqlite:3
USE_GITHUB= yes
GH_ACCOUNT= HaxeFoundation
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= APACHE UI
OPTIONS_DEFAULT= APACHE
OPTIONS_SUB= yes
APACHE_DESC= Build Apache modules
UI_DESC= UI (GTK)
UI_USE= gnome=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
UI_CMAKE_BOOL= WITH_UI
APACHE_USE= apache=22+
APACHE_CMAKE_BOOL= WITH_APACHE
.include <bsd.port.mk>