aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/antiwm/Makefile
blob: 6df7532dcf33544eff075b2d22477c8ae7661be9 (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
36
37
38
# New ports collection makefile for:	antiwm
# Date created:		2009-01-30
# Whom:			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

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>