1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/libpeas/Makefile
Koop Mast b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00

54 lines
1.2 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libpeas
PORTVERSION= 1.16.0
PORTREVISION?= 0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT?= Next evolution of the Gedit plugins engine
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
LIBPEAS_SLAVE?= no
.if ${LIBPEAS_SLAVE} == no
PORTSCOUT= limitw:1,even
.else
LIB_DEPENDS+= libpeas-1.0.so:${PORTSDIR}/devel/libpeas
PORTSCOUT= ignore:1
.endif
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= gtk30 intlhack introspection:build
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--disable-glade-catalog
PLIST= ${.CURDIR}/pkg-plist
.if ${LIBPEAS_SLAVE} == python2
USES+= python:2
USE_GNOME+= pygobject3
.else
CONFIGURE_ARGS+= --disable-python2
.endif
.if ${LIBPEAS_SLAVE} == python3
USES+= python:3
USE_GNOME+= py3gobject3
.else
CONFIGURE_ARGS+= --disable-python3
.endif
# lua needs lua 5.1 and devel/lua-lgi. The latter is build for lua 5.2 however..
CONFIGURE_ARGS+= --disable-lua5.1 --disable-luajit
.include <bsd.port.mk>