mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
0b055d47f2
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# Created by: Piotr Smyrak <smyru@heron.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= agave
|
|
PORTVERSION= 0.4.7
|
|
PORTREVISION= 11
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= http://download.gna.org/colorscheme/releases/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Color scheme builder for the GNOME desktop
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libglademm-2.4.so:devel/libglademm24
|
|
|
|
USES= compiler:c++11-lang gettext gmake pathfix pkgconfig tar:bzip2
|
|
USE_CXXSTD= c++11
|
|
USE_GNOME= gconfmm26 gnomedocutils gnomeprefix gtkmm24 intltool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-scrollkeeper \
|
|
--disable-schemas-install \
|
|
--disable-cppunit
|
|
INSTALLS_ICONS= yes
|
|
INSTALLS_OMF= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= agave.schemas
|
|
|
|
OPTIONS_DEFINE= GNOME
|
|
|
|
GNOME_USE= gnome=libgnomeui
|
|
GNOME_CONFIGURE_ENABLE= gnome
|
|
|
|
BROKEN_aarch64= Fails to compile: variable has incomplete type union compat_IEEEl2bits
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's| _GCS_| __GCS_|' ${WRKSRC}/src/gcs-conf.h
|
|
|
|
.include <bsd.port.mk>
|