freebsd-ports/x11-toolkits/pangomm/Makefile
Koop Mast f59a6653a5 Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0

Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10

Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.

PR:		210272 [1], 210696 [2], 218667 [3]
Submitted by:	Matthew Rezny [2]
Obtained from:	Unless otherwise stated obtained from GNOME devel repo
Exp-run by:	antoine@ [1]
2017-04-23 08:35:28 +00:00

44 lines
826 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= pangomm
PORTVERSION= 2.40.1
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for Pango
LICENSE= LGPL21
USES= tar:xz
.if !defined(REFERENCE_PORT)
PORTSCOUT= limitw:1,even
BUILD_DEPENDS= gm4:devel/m4
USES+= gmake libtool localbase pathfix pkgconfig compiler:c++11-lang
USE_CXXSTD= c++11
USE_GNOME= cairomm glibmm pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-documentation \
--enable-static=yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="2.4" API_VERSION="1.4"
post-patch:
.for d in tests
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \
${WRKSRC}/Makefile.in
.endfor
.include <bsd.port.mk>
.else
PORTSCOUT= ignore:1
.endif