aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/lxappearance-obconf/Makefile
blob: f3d49950dd7d52b73028f79d404666369342f37e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Olivier Duchateau

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>