From 79998d9b73585662dbfcda221b1caef2480f335e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 14 Sep 2009 17:32:40 +0000 Subject: [PATCH] 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 --- x11-wm/Makefile | 1 + x11-wm/matwm2/Makefile | 19 +++++++++++++++++++ x11-wm/matwm2/distinfo | 3 +++ x11-wm/matwm2/files/patch-Makefile | 20 ++++++++++++++++++++ x11-wm/matwm2/pkg-descr | 4 ++++ 5 files changed, 47 insertions(+) create mode 100644 x11-wm/matwm2/Makefile create mode 100644 x11-wm/matwm2/distinfo create mode 100644 x11-wm/matwm2/files/patch-Makefile create mode 100644 x11-wm/matwm2/pkg-descr diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 3864cf5625ac..9d1e012e222a 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -80,6 +80,7 @@ SUBDIR += lxsession SUBDIR += lxsession-lite SUBDIR += matchbox + SUBDIR += matwm2 SUBDIR += metacity SUBDIR += musca SUBDIR += nickleby diff --git a/x11-wm/matwm2/Makefile b/x11-wm/matwm2/Makefile new file mode 100644 index 000000000000..c51ea140a37a --- /dev/null +++ b/x11-wm/matwm2/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: matwm2 +# Date created: 09 September 2009 +# Whom: Mattis Michel +# +# $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 diff --git a/x11-wm/matwm2/distinfo b/x11-wm/matwm2/distinfo new file mode 100644 index 000000000000..098e3033d29b --- /dev/null +++ b/x11-wm/matwm2/distinfo @@ -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 diff --git a/x11-wm/matwm2/files/patch-Makefile b/x11-wm/matwm2/files/patch-Makefile new file mode 100644 index 000000000000..653f04b02803 --- /dev/null +++ b/x11-wm/matwm2/files/patch-Makefile @@ -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 diff --git a/x11-wm/matwm2/pkg-descr b/x11-wm/matwm2/pkg-descr new file mode 100644 index 000000000000..7934eb0be1c9 --- /dev/null +++ b/x11-wm/matwm2/pkg-descr @@ -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/