aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/obtuner/Makefile
blob: 92ff2130666cc172bb3e6465b69f06d8cb012979 (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
# New ports collection makefile for:	obtuner
# Date created:				2006-05-09
# Whom:					Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	obtuner
PORTVERSION=	0.3
PORTREVISION=	2
CATEGORIES=	x11-wm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	novel@FreeBSD.org
COMMENT=	Configurator for Openbox with keybinding and mousebinding editor

BUILD_DEPENDS=	openbox:${PORTSDIR}/x11-wm/openbox

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_XLIB=	yes
USE_GNOME=	libxml2 glib20 gtk20

PLIST_FILES=	bin/obtuner

.include <bsd.port.mk>