aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/larswm/Makefile
blob: b3109c7f5faec446875c35428a3c1f0d1a0aeb19 (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
# Created by: 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

USES=       imake
USE_XORG=   ice sm x11 xext xmu xt

PORTDOCS=   ChangeLog README README.9menu README.9wm \
        sample.larswmrc sample.xsession
PLIST_FILES=    bin/larsclock bin/larsmenu bin/larsremote bin/larswm \
        man/man1/larsclock.1.gz man/man1/larsmenu.1.gz \
        man/man1/larsremote.1.gz man/man1/larswm.1.gz

OPTIONS_DEFINE= DOCS

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>