aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/w9wm/Makefile
blob: eb9d4f89536a32850a1cad75ac71b18f7f1a94cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   w9wm
# Date created:        25 February 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	w9wm
PORTVERSION=	0.4.2
PORTREVISION=	1
CATEGORIES=	x11-wm
MASTER_SITES=	http://www.grassouille.org/code/w9wm/src/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A hack of 9wm to give virtual screens

WRKSRC=		${WRKDIR}/${DISTNAME}.orig

USE_IMAKE=	yes

MAN1=		w9wm.1
PLIST_FILES=	bin/w9wm

post-patch:
	@${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/client.c

.include <bsd.port.mk>