1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11-wm/obmenu/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
574 B
Makefile

# New ports collection makefile for: obmenu
# Date created: 2007-12-18
# Whom: dougb
#
# $FreeBSD$
#
PORTNAME= obmenu
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= SF
MAINTAINER= dougb@FreeBSD.org
COMMENT= Menu manager for Openbox supporting both static and pipe menus
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>