aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/lxappearance-obconf/Makefile
blob: 92583ffabfa787f76ec29087ed0782d9ce6e263c (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
# $FreeBSD$

PORTNAME=   lxappearance-obconf
PORTVERSION=    0.2.3
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 libtool pkgconfig tar:xz
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>