blob: efa01068f2fe75970e4b37fb7cc6e0be5bc60fa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:49 fredb Exp $
#
DISTNAME= WindowMaker-extra-0.1
PKGNAME= wmextra-0.1
PKGREVISION= 1
CATEGORIES= x11 wm
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.windowmaker.org/
COMMENT= Extras for window manager Window Maker
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|