blob: 5cfbe625d664277b3ed54f6e008b26d6720e3eee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2002/11/06 23:30:02 jlam Exp $
#
DISTNAME= WindowMaker-extra-0.1
PKGNAME= wmextra-0.1
PKGREVISION= 1
CATEGORIES= x11 wm
MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.windowmaker.org/
COMMENT= Extras for Window Maker window manager
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|