1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11-wm/lxappearance-obconf/Makefile
Rene Ladan c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00

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>