mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
44316911e1
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/
22 lines
376 B
Makefile
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>
|