mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
fba1f99a8f
Add a couple master sites and remove a dead one. While I'm here take out the CXXFLAGS=... in the makefile and change patch-ae to the proper form it should have been in the first place. PR: 11394 Submitted by: Chris Piazza <cpiazza@home.net>
36 lines
806 B
Makefile
36 lines
806 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.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>
|