- switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878
32 lines
800 B
Makefile
32 lines
800 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxappearance-obconf
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF/lxde/LXAppearance%20Obconf/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LXAppearance ObConf plugin
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
BUILD_DEPENDS= openbox:x11-wm/openbox \
|
|
lxappearance:x11-themes/lxappearance
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USES= gettext-tools gmake gnome libtool pkgconfig tar:xz xorg
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk20 intltool intlhack atk cairo pango gdkpixbuf2 \
|
|
librsvg2 libxml2
|
|
USE_XORG= ice sm x11 xft
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS+= --disable-static
|
|
|
|
.include <bsd.port.mk>
|