summaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
deleted file mode 100644
index ac05d9b57b08..000000000000
--- a/x11-wm/openbox/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.19 1999/03/24 03:36:21 jkoshy Exp $
-#
-
-DISTNAME= blackbox-0.50.4
-CATEGORIES= x11-wm
-MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
- ftp://ftp.dti.ad.jp/pub/X/blackbox/ \
- ftp://ftp.max.irk.ru/unix/x/wm/
-
-MAINTAINER= ports@FreeBSD.ORG
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-
-.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>