blob: d9c62abc72628e4e1140cc100da1b759f189d866 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.5 2018/02/11 15:48:56 wiz Exp $
DISTNAME= lxmenu-data-0.1.5
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= youri@NetBSD.org
HOMEPAGE= https://lxde.org/
COMMENT= LXDE menu data
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gettext gmake intltool msgfmt
MENU_CONF= share/examples/menus
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS= ${PKG_SYSCONFDIR}/menus
CONF_FILES= ${MENU_CONF}/lxde-applications.menu \
${PKG_SYSCONFDIR}/menus/lxde-applications.menu
.include "../../mk/bsd.pkg.mk"
|