aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/dwm/Makefile
blob: a81307d1ac322aa7b0ff3ea4dcd9415e82dd0a39 (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:   dwm
# Date created:                July 24, 2006
# Whom:                        Jeroen Schot <schot@a-eskwadraat.nl>
#
# $FreeBSD$
#

PORTNAME=   dwm
PORTVERSION=    4.2
CATEGORIES= x11-wm
MASTER_SITES=   http://www.suckless.org/download/ \
        http://schot.a-eskwadraat.nl/files/

MAINTAINER= schot@a-eskwadraat.nl
COMMENT=    A dynamic, small, fast and simple window manager

USE_XLIB=   yes

MAN1=       dwm.1
PLIST_FILES=    bin/dwm

pre-everything::
    @${ECHO_MSG} "You can build dwm with your own config.h using the DWM_CONF knob:"
    @${ECHO_MSG} "make DWM_CONF=/path/to/dwm/config.h install clean"
    @${ECHO_MSG} "Note: Pre-4.1 config.h-files no longer work."

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

.include <bsd.port.mk>