blob: 476c807b268c81a387d9c8880a233538e56eff0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.13 2010/02/12 19:59:29 joerg Exp $
PKGNAME= wmx-${WMX_VERS}
PKGREVISION= 3
COMMENT= Another X11 window manager based on wm2
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../wm/wmx/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|