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
Joseph Koshy d753b134d6 Null commit. PR 10718 is for something totally different and
should not have been mentioned in the prior commit message for
PR 10719.
1999-03-24 03:36:22 +00:00

37 lines
827 B
Makefile

# New ports collection makefile for: Blackbox
# Version required: 0.50.4
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.18 1999/03/22 08:38:59 jkoshy Exp $
#
DISTNAME= blackbox-0.50.4
CATEGORIES= x11-wm
MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
.if !defined(USE_KDE)
pre-fetch:
@ ${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-fetch:
@ ${ECHO_MSG}
@ ${ECHO_MSG} Building Blackbox with KDE support
@ ${ECHO_MSG}
CONFIGURE_ARGS= --enable-kde
.endif
.include <bsd.port.mk>