aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/larswm/Makefile
blob: 292e4d7958a21a65267d7aa4556bf2d37fd36324 (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=   SF/${PORTNAME}

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
PORTDOCS=   ChangeLog README README.9menu README.9wm \
        sample.larswmrc sample.xsession
PLIST_FILES=    bin/larsclock bin/larsmenu bin/larsremote bin/larswm

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

.include <bsd.port.mk>