1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/hackedbox/Makefile
Chris Piazza b663cfba86 Add a patch that fixes a bug in the Windowing code that can
cause blackbox to die with an alt+click on, for example,
xmms.

Also don't output a message on pre-fetch, instead use pre-configure.

Obtained from:	blackbox mailing list
1999-07-15 01:03:11 +00:00

39 lines
886 B
Makefile

# New ports collection makefile for: Blackbox
# Version required: 0.50.5
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.23 1999/06/20 00:50:01 cpiazza Exp $
#
DISTNAME= blackbox-0.50.5
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
post-extract:
@ ${RM} ${WRKSRC}/config.cache
.include <bsd.port.mk>