aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/blackbox/Makefile
blob: 9d152fc5e246adc7af3e5c1bf659f745df0cbe39 (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
# New ports collection makefile for:    Blackbox
# Version required: 0.51.0
# Date created:     June 15, 1998
# Whom:         Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.24 1999/07/15 01:03:11 cpiazza Exp $
#

DISTNAME=   blackbox-0.51.0
CATEGORIES= x11-wm
MASTER_SITES=   ftp://balance.wiw.org/pub/blackbox/ \
        ftp://ftp.digex.net/pub/X11/window-managers/blackbox/ \
        ftp://ftp.dti.ad.jp/pub/X/blackbox/

MAINTAINER= cpiazza@FreeBSD.org

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_BZIP2=  yes

.if !defined(USE_KDE)
pre-configure:
    @ ${ECHO_MSG}
    @ ${ECHO_MSG} If you would like build Blackbox with KDE support
    @ ${ECHO_MSG} you must set the variable USE_KDE
    @ ${ECHO_MSG}
.else
pre-configure:
    @ ${ECHO_MSG}
    @ ${ECHO_MSG} Building Blackbox with KDE support
    @ ${ECHO_MSG}
CONFIGURE_ARGS= --enable-kde
.endif

.include <bsd.port.mk>