48 lines
1.6 KiB
Makefile
48 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2018/05/27 14:24:45 youri Exp $
|
|
|
|
DISTNAME= lxde-common-0.99.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://lxde.org/
|
|
COMMENT= Default configuration settings and scripts for LXDE
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
DEPENDS+= dbus>=1:../../sysutils/dbus
|
|
DEPENDS+= gtk2-engines>=0:../../x11/gtk2-engines
|
|
DEPENDS+= lxpanel>=0:../../sysutils/lxpanel
|
|
DEPENDS+= lxsession>=0:../../x11/lxsession
|
|
DEPENDS+= openbox>=0:../../wm/openbox
|
|
DEPENDS+= xprop>=0:../../x11/xprop
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
LXDE_CONF= share/examples/lxde
|
|
PKG_SYSCONFSUBDIR= xdg
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/lxpanel/LXDE/panels \
|
|
${PKG_SYSCONFDIR}/lxsession/LXDE \
|
|
${PKG_SYSCONFDIR}/openbox/LXDE \
|
|
${PKG_SYSCONFDIR}/pcmanfm/LXDE
|
|
|
|
CONF_FILES+= ${LXDE_CONF}/lxpanel/LXDE/config \
|
|
${PKG_SYSCONFDIR}/lxpanel/LXDE/config \
|
|
${LXDE_CONF}/lxpanel/LXDE/panels/panel \
|
|
${PKG_SYSCONFDIR}/lxpanel/LXDE/panels/panel \
|
|
${LXDE_CONF}/lxsession/LXDE/autostart \
|
|
${PKG_SYSCONFDIR}/lxsession/LXDE/autostart \
|
|
${LXDE_CONF}/lxsession/LXDE/desktop.conf \
|
|
${PKG_SYSCONFDIR}/lxsession/LXDE/desktop.conf \
|
|
${LXDE_CONF}/openbox/LXDE/menu.xml \
|
|
${PKG_SYSCONFDIR}/openbox/LXDE/menu.xml \
|
|
${LXDE_CONF}/openbox/LXDE/rc.xml \
|
|
${PKG_SYSCONFDIR}/openbox/LXDE/rc.xml \
|
|
${LXDE_CONF}/pcmanfm/LXDE/pcmanfm.conf \
|
|
${PKG_SYSCONFDIR}/pcmanfm/LXDE/pcmanfm.conf
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|