aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/antiwm/Makefile
blob: 1a946f971986580fd299ef7abba3da2c7b8352ac (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
34
35
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$

PORTNAME=   antiwm
PORTVERSION=    0.0.5
CATEGORIES= x11-wm
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= dhn@FreeBSD.org
COMMENT=    A minimalist window manager inspired by Ratpoison

USE_XORG=   x11

PLIST_FILES=    bin/antiwm
PORTDOCS=   README LICENSE

NO_STAGE=   yes
pre-everything::
    @${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:"
    @${ECHO_MSG} "make ANTIWM_CONF=/path/to/antiwm/conf.h install clean"

post-extract:
.if defined(ANTIWM_CONF)
    @${ECHO_MSG} "creating conf.h from ${ANTIWM_CONF}"
    @${CP} ${ANTIWM_CONF} ${WRKSRC}/conf.h
.endif

post-install:
.if !defined(NOPORTDOCS)
    @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif

.include <bsd.port.mk>