View | Details | Raw Unified | Return to bug 143353
Collapse All | Expand All

(-)matwm2/Makefile (-10 / +13 lines)
Lines 2-21 Link Here
2
# Date created:        09 September 2009
2
# Date created:        09 September 2009
3
# Whom:                Mattis Michel <sic_zer0@hotmail.com>
3
# Whom:                Mattis Michel <sic_zer0@hotmail.com>
4
#
4
#
5
# $FreeBSD: ports/x11-wm/matwm2/Makefile,v 1.8 2009/12/18 22:44:00 miwi Exp $
5
# $FreeBSD: ports/x11-wm/matwm2/Makefile,v 1.6 2009/10/20 10:03:22 miwi Exp $
6
#
6
#
7
7
8
PORTNAME=	matwm2
8
PORTNAME=       matwm2
9
PORTVERSION=	0.0.90
9
PORTVERSION=    0.1.0
10
CATEGORIES=	x11-wm
10
CATEGORIES=     x11-wm
11
MASTER_SITES=	http://www.gatorgitter.com/~maties/
11
MASTER_SITES=   http://www.squidjam.com/matwm/pub/
12
12
13
MAINTAINER=	sic_zer0@hotmail.com
13
MAINTAINER=     sic_zer0@hotmail.com
14
COMMENT=	A minimalistic, yet functional window manager for x11
14
COMMENT=        A minimalistic, yet functional window manager for x11
15
15
16
USE_XORG=	x11 xext
16
USE_XORG=       x11
17
PLIST_FILES=	bin/matwm2
18
17
19
MAN1=		matwm2.1
18
HAS_CONFIGURE=  yes
19
CONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man
20
21
PLIST_FILES=    bin/matwm2
22
MAN1=           matwm2.1
20
23
21
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)matwm2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (matwm2-0.0.90.tar.gz) = c62ec58842164801e5bc4b9bf08f9998
1
MD5 (matwm2-0.1.0.tar.gz) = fa05a0802bbd063ab5274a58e34d97af
2
SHA256 (matwm2-0.0.90.tar.gz) = a6d1f8b280c13ad4305bf3193c9603ff96745369db9bb3e349c1cd20d70e226a
2
SHA256 (matwm2-0.1.0.tar.gz) = 20eba08cf0ee0611de3ee6c3de75e57c56b27d4066a7a026bce0c9dc76bd920e
3
SIZE (matwm2-0.0.90.tar.gz) = 42471
3
SIZE (matwm2-0.1.0.tar.gz) = 63713
(-)matwm2/files/patch-Makefile (-23 lines)
Lines 1-23 Link Here
1
--- Makefile.orig	2009-11-25 01:51:50.000000000 +0100
2
+++ Makefile	2009-11-25 01:53:45.000000000 +0100
3
@@ -1,7 +1,4 @@
4
-PREFIX    = /usr/local
5
-MANPREFIX = /usr/local
6
-XROOT     = /usr/X11R6
7
-CC        = cc
8
+XROOT     = ${LOCALBASE}
9
 RM        = rm -f
10
 
11
 CFLAGS    += -DSHAPE # comment out this line to disable shape support
12
@@ -26,9 +23,8 @@
13
 	./makeheader *.c > all.h
14
 
15
 install: matwm2
16
-	mkdir -p $(PREFIX)/bin $(MANPREFIX)/man/man1
17
-	install -s matwm2 $(PREFIX)/bin
18
-	install matwm2.1 $(MANPREFIX)/man/man1
19
+	${BSD_INSTALL_PROGRAM} -s matwm2 $(PREFIX)/bin
20
+	${BSD_INSTALL_MAN} matwm2.1 $(MANPREFIX)/man/man1
21
 
22
 deinstall:
23
 	rm -f $(PREFIX)/bin/matwm2 $(MANPREFIX)/man/man1/matwm2.1* $(MANPREFIX)/man/cat1/matwm2.1*
(-)matwm2/files/patch-Makefile.in (+14 lines)
Line 0 Link Here
1
--- Makefile.in.old	2010-01-30 00:39:35.000000000 +0100
2
+++ Makefile.in	2010-01-30 00:39:56.000000000 +0100
3
@@ -23,9 +23,8 @@
4
 	$(RM) matwm2 *.o
5
 
6
 install: matwm2
7
-	mkdir -p $(PREFIX)/bin $(MANDIR)/man1
8
-	install -s matwm2 $(PREFIX)/bin
9
-	install matwm2.1 $(MANDIR)/man1
10
+	${BSD_INSTALL_PROGRAM} matwm2 $(PREFIX)/bin
11
+	${BSD_INSTALL_MAN} matwm2.1 $(MANDIR)/man1
12
 
13
 deinstall:
14
 	$(RM) $(PREFIX)/bin/matwm2 $(MANDIR)/man1/matwm2.1* $(MANDIR)/cat1/matwm2.1*
(-)matwm2/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
matwm2 is a simple window manager for x11.
1
matwm2 is a simple window manager for x11.
2
It aims to be small, fast, stable and usable.
2
It aims to be small, fast, stable and usable.
3
3
4
WWW: http://www.gatorgitter.com/~maties/
4
WWW: http://www.squidjam.com/matwm/

Return to bug 143353