aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/larswm/Makefile
blob: 49007df5740aa73ce2f9cae9d0ee3f6708fb9f08 (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
28
29
30
31
32
33
# New ports collection makefile for: larswm
# Date created: Sat Oct  7 21:25:11 EDT 2000
# Whom: lab@fnurt.net
#
# $FreeBSD$
#

PORTNAME=	larswm
PORTVERSION=	7.5.3
PORTREVISION=	2
CATEGORIES=	x11-wm
MASTER_SITES=	http://www.safereconnect.com/fnurt/larswm/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tiling Window Manager for X

USE_IMAKE=	yes
USE_XORG=	ice sm x11 xext xmu xt

MAN1=		larsclock.1 larsmenu.1 larsremote.1 larswm.1

MYPORTDOCS=	ChangeLog README README.9menu README.9wm \
		sample.larswmrc sample.xsession

post-install:
.if !defined(NOPORTDOCS)
	@$(MKDIR) $(DOCSDIR)
.for file in ${MYPORTDOCS}
	$(INSTALL_DATA) $(WRKSRC)/${file} $(DOCSDIR)
.endfor
.endif

.include <bsd.port.mk>