mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f59a6653a5
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]
43 lines
800 B
Makefile
43 lines
800 B
Makefile
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkmm
|
|
PORTVERSION= 3.22.0
|
|
PORTREVISION?= 0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 30
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ wrapper for Gtk+3
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES+= tar:xz
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
BUILD_DEPENDS= gm4:devel/m4
|
|
|
|
USES+= gettext gmake gnome libtool pathfix pkgconfig \
|
|
compiler:c++11-lang
|
|
USE_CXXSTD= c++11
|
|
USE_GNOME= gdkpixbuf2 gtk30 glibmm cairomm atkmm pangomm
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= API_VERSION="3.0"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.endif
|