diff options
Diffstat (limited to 'x11-wm/hackedbox/Makefile')
-rw-r--r-- | x11-wm/hackedbox/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile deleted file mode 100644 index 6416a64158ee..000000000000 --- a/x11-wm/hackedbox/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: Blackbox -# Version required: 0.51.3.1 -# Date created: June 15, 1998 -# Whom: Brian Handy <handy@physics.montana.edu> -# -# $FreeBSD$ -# - -DISTNAME= blackbox-0.51.3.1 -CATEGORIES= x11-wm -MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.5x.x/ \ - ftp://ftp.dti.ad.jp/pub/X/blackbox/0.5x.x/ - -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> |