blob: 0e4a028b160fe575e1941bf1747415c5e334cc52 (
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
|
# New ports collection makefile for: obtuner
# Date created: 2006-05-09
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= obtuner
PORTVERSION= 0.3
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>
|