aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/blackbox/Makefile
blob: e6001baa96c34f32ad3e297a53138d028a176f16 (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
# New ports collection makefile for:    Blackbox
# Date created:     June 15, 1998
# Whom:         Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#

PORTNAME=   blackbox
PORTVERSION=    0.62.1
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= blackboxwm

MAINTAINER= stijn@win.tue.nl

MAN1=       blackbox.1 bsetroot.1

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes

pre-patch:
    @${PERL} -ni.orig -e '/^SUBDIRS/ || print' \
        ${WRKSRC}/doc/Makefile.in

.include <bsd.port.mk>