mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
252fb70c5b
you to get the most out of the powerful Openbox menu system, while hiding the xml layout from the user. It can install dynamic menus (pipe menus), such as Gnome menus or a quick-navigator. You can also use the obxml module to easily write pipe menus of your own in Python. WWW: http://obmenu.sourceforge.net/
33 lines
573 B
Makefile
33 lines
573 B
Makefile
# New ports collection makefile for: obmenu
|
|
# Date created: 2007-12-18
|
|
# Whom: dougb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= obmenu
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= dougb@FreeBSD.org
|
|
COMMENT= Menu manager for Openbox supporting both static and pipe menus
|
|
|
|
USE_XLIB= yes
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= obMenu
|
|
|
|
PORTDOCS= README
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|