1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/blackbox/Makefile
Jeremy Lea b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00

35 lines
741 B
Makefile

# New ports collection makefile for: Blackbox
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= blackbox
PORTVERSION= 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(WITH_KDE)
pre-configure:
@ ${ECHO_MSG}
@ ${ECHO_MSG} If you would like build Blackbox with KDE support
@ ${ECHO_MSG} you must set the variable WITH_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>