matwm2 is a simple window manager for x11.

It aims to be small, fast, stable and usable

WWW: http://www.gatorgitter.com/~maties/

PR:		138643
Submitted by:	Mattis Michel <sic_zer0@hotmail.com>
This commit is contained in:
Dmitry Marakasov 2009-09-14 17:32:40 +00:00
parent 9ba0d49193
commit 79998d9b73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241408
5 changed files with 47 additions and 0 deletions

View File

@ -80,6 +80,7 @@
SUBDIR += lxsession
SUBDIR += lxsession-lite
SUBDIR += matchbox
SUBDIR += matwm2
SUBDIR += metacity
SUBDIR += musca
SUBDIR += nickleby

19
x11-wm/matwm2/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: matwm2
# Date created: 09 September 2009
# Whom: Mattis Michel <sic_zer0@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= matwm2
PORTVERSION= 0.0.62
CATEGORIES= x11-wm
MASTER_SITES= http://www.gatorgitter.com/~maties/
MAINTAINER= sic_zer0@hotmail.com
COMMENT= A minimalistic, yet functional window manager for x11
USE_XORG= x11 xext
PLIST_FILES= bin/matwm2
.include <bsd.port.mk>

3
x11-wm/matwm2/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (matwm2-0.0.62.tar.gz) = 2ea37c44b05f19365cf4935eb81257ba
SHA256 (matwm2-0.0.62.tar.gz) = e5b7833b292eff8d98a4d20b83611ca9e4f44fb93bb7e3cbd3cc9905125f2150
SIZE (matwm2-0.0.62.tar.gz) = 837715

View File

@ -0,0 +1,20 @@
--- Makefile.orig 2009-09-09 16:21:44.000000000 +0400
+++ Makefile 2009-09-09 18:28:24.000000000 +0400
@@ -1,6 +1,5 @@
-prefix = /usr/local
-XROOT = /usr/X11R6
-CC = cc
+prefix = ${PREFIX}
+XROOT = ${LOCALBASE}
CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib
#CFLAGS += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC
@@ -17,7 +16,7 @@
./makeheader *.c > all.h
install: matwm2
- install -s matwm2 $(prefix)/bin
+ ${BSD_INSTALL_PROGRAM} matwm2 $(prefix)/bin
deinstall:
rm -f $(prefix)/bin/matwm2

4
x11-wm/matwm2/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
matwm2 is a simple window manager for x11.
It aims to be small, fast, stable and usable
WWW: http://www.gatorgitter.com/~maties/