47 lines
1.5 KiB
Makefile
47 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2017/06/28 15:22:59 jperkin Exp $
|
|
|
|
DISTNAME= lxde-common-0.99.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= http://lxde.sourceforge.net/
|
|
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
|
|
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"
|