pkgsrc-wip/lxmenu-data/Makefile
Jeremy C. Reed 631c0fed68 Import lxmenu-data. I started packaging LXDE months ago, but never
finished.

This package provides files required to build freedesktop.org 
menu spec-compliant desktop menus for LXDE.  The files are originally
taken from gnome-menus, and some minor modifications were made.
2009-10-22 00:36:55 +00:00

23 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/22 00:36:55 jeremy-c-reed Exp $
#
# TODO: handle etc files? is etc.xdg okay?
# Default menu file should be put into /etc/xdg/menus according to the spec.
# If you put it into /usr/etc/xdg/menus, nothing will work.
# So, please make sure that lxde-applications.menu is installed in /etc/xdg/menus.
DISTNAME= lxmenu-data-0.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE
HOMEPAGE= http://lxde.sourceforge.net/
COMMENT= LXDE menu data
GNU_CONFIGURE= yes
#USE_LANGUAGES= # none
USE_TOOLS+= gmake intltool
.include "../../mk/bsd.pkg.mk"