blob: f414074a776615299f8c0a4508198dae59c9c522 (
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
25
|
# $NetBSD: Makefile.common,v 1.8 2002/03/21 05:39:20 fredb 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.15.1nb1:../../lang/librep
DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk
DEPENDS+= imlib>=1.9.11nb1:../../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/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|