mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b28f497285
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
48 lines
1.7 KiB
Makefile
48 lines
1.7 KiB
Makefile
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= muffin
|
|
PORTVERSION= 2.4.2
|
|
CATEGORIES= x11-wm gnome
|
|
MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Compositing window manager forked from Mutter for use with Cinnamon
|
|
|
|
BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \
|
|
gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
|
|
gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
|
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
|
|
libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \
|
|
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
|
|
libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop
|
|
RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity
|
|
|
|
USES= autoreconf:build execinfo gettext libtool gmake \
|
|
pathfix pkgconfig python:2
|
|
USE_GNOME= gconf2 gnomedocutils gnomeprefix gtk30 \
|
|
intlhack introspection:build
|
|
USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm
|
|
USE_LDCONFIG= yes
|
|
USE_CSTD= gnu89
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=unused-function
|
|
CFLAGS+= -I${LOCALBASE}/include -Wno-error=unused-function
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
CONFIGURE_ENV= LIBS="-lexecinfo"
|
|
CONFIGURE_ARGS= --enable-compile-warnings=maximum
|
|
MAKE_ARGS= V=1
|
|
GLIB_SCHEMAS= org.cinnamon.muffin.gschema.xml
|
|
INSTALL_TARGET= install-strip
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} autogen.sh
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|REQUIRED_AUTOMAKE_VERSION=1.10|REQUIRED_AUTOMAKE_VERSION=1.14|g' \
|
|
${WRKSRC}/autogen.sh
|
|
|
|
.include <bsd.port.mk>
|