1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/deskutils/menumaker/Makefile
Alejandro Pulver 44316911e1 MenuMaker is application finding and menu generation utility. It is capable of
finding lots of installed programs and generating the root menu consistent
across all supported X window managers, so one will get (almost) the same menu
no matter what WM is currently used. It is pure Python application hence it
runs on every relevant system.

Supported X window managers:

- BlackBox
- Deskmenu
- FluxBox
- IceWM
- OpenBox, version 3
- PekWM
- WindowMaker
- XFCE, version 4

It also reads Freedesktop.org's .desktop files.

WWW: http://menumaker.sourceforge.net/
2007-03-23 00:31:58 +00:00

22 lines
376 B
Makefile

# New ports collection makefile for: menumaker
# Date created: 2007-03-21
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= menumaker
PORTVERSION= 0.99.7
CATEGORIES= deskutils
MASTER_SITES= SF
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Menu generator for X Window Managers and desktop environments
USE_PYTHON= yes
GNU_CONFIGURE= yes
INFO= mmaker
.include <bsd.port.mk>