summaryrefslogtreecommitdiff
path: root/wm/sawfish/Makefile.common
blob: 0951ab8b03313dc6797b864b536d78df226d13b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile.common,v 1.5 2001/10/22 02:34:38 mycroft Exp $

DISTNAME=		sawfish-${SF_VERS}
SF_VERS=		1.0.1
CATEGORIES=		x11 gnome wm
MASTER_SITES=		http://prdownloads.sourceforge.net/sawmill/

MAINTAINER=		jlam@netbsd.org
HOMEPAGE=		http://sawmill.sourceforge.net/

DEPENDS+=		librep>=0.14:../../lang/librep
DEPENDS+=		rep-gtk>=0.14:../../x11/rep-gtk
DEPENDS+=		imlib>=1.8.2:../../graphics/imlib
DEPENDS+=		control-center-[0-9]*:../../x11/controlcenter

USE_X11=		# defined

USE_GMAKE=		# defined
GNU_CONFIGURE=		# defined

FILESDIR=		${.CURDIR}/../../wm/sawfish/files
PATCHDIR=		${.CURDIR}/../../wm/sawfish/patches

.include "../../mk/bsd.pkg.mk"