aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/obmenu/Makefile
blob: 856e6926c0a33df9205615cb8fa3d167da4cc55b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	obmenu
# Date created:				2007-12-18
# Whom:					dougb
#
# $FreeBSD$
#

PORTNAME=	obmenu
PORTVERSION=	1.0
PORTREVISION=	4
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>