mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c1da7c8cad
Submitted by: olivierd@ With hat: portmgr-secretary
32 lines
773 B
Makefile
32 lines
773 B
Makefile
# 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>
|