wip/cwm: Import cwm version building from git.

This commit is contained in:
ng0 2019-09-18 10:10:48 +00:00
parent 89c4844b81
commit 02d95ee1c8
5 changed files with 37 additions and 0 deletions

View File

@ -535,6 +535,7 @@ SUBDIR+= cvsanaly
SUBDIR+= cvsnt
SUBDIR+= cvstrac
SUBDIR+= cwebx
SUBDIR+= cwm
SUBDIR+= cycle
SUBDIR+= cygwin
SUBDIR+= cygwin-binutils

10
cwm/DESCR Normal file
View File

@ -0,0 +1,10 @@
This is a port of OpenBSD's cwm to Linux and other Unices.
cwm is a window manager for X11 which contains many features that
concentrate on the efficiency and transparency of window management. cwm
also aims to maintain the simplest and most pleasant aesthetic.
This version actively tracks changes in the OpenBSD CVS repository.
Releases are roughly coordinated.
This version builds from git directly.

21
cwm/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.21 2018/09/22 11:30:23 leot Exp $
PKGNAME= cwm-6.3.9999
CATEGORIES= wm
GIT_REPO= https://github.com/chneukirchen/cwm
MAINTAINER= ng0@NetBSD.org
HOMEPAGE= https://github.com/chneukirchen/cwm
COMMENT= Portable version of the window manager from OpenBSD (git)
LICENSE= isc
USE_TOOLS+= pkg-config yacc
INSTALL_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR}
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"

4
cwm/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $NetBSD$
bin/cwm
man/man1/cwm.1
man/man5/cwmrc.5

1
cwm/distinfo Normal file
View File

@ -0,0 +1 @@
$NetBSD$