19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= WindowMaker-extra-0.1
|
|
PKGNAME= wmextra-0.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-*:../../wm/windowmaker
|
|
|
|
USE_X11BASE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|