freebsd-ports/x11-wm/fluxbox/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

96 lines
2.4 KiB
Makefile

# New ports collection makefile for: fluxbox
# Date created: 29 November 2001
# Whom: spn
#
# $FreeBSD$
#
PORTNAME= fluxbox
PORTVERSION= 0.1.14
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
#.if defined(WITH_REMEMBER)
#PATCH_SITES= http://www.bugfactory.org/~gav/fluxbox/
#PATCHFILES= remember-0.1.14-7.gz
#PATCH_DIST_STRIP= -p1
#.endif
MAINTAINER= mezz@FreeBSD.org
COMMENT= A small and fast window manager based on BlackBox
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools
WANT_GNOME= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-newwmspec
MAN1= fluxbox.1
.if defined(WITH_KDE) || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-kde
.endif
#.if defined(WITH_REMEMBER)
#USE_GMAKE= yes
#USE_AUTOTOOLS= automake:14:env
#.endif
.if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-xinerama
.endif
.include <bsd.port.pre.mk>
#.if ${OSVERSION} >= 500000
#.undef WITH_WINSNAP
#.endif
#
#.if defined(WITH_WINSNAP)
#PATCH_SITES+= http://www.raisdorf.net/files/FreeBSD/
#PATCHFILES+= winsnap-0.1.14.patch
#PATCH_DIST_STRIP= -p1
#.endif
.if ${HAVE_GNOME:Mgnomelibs}!="" || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-gnome
.endif
pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "Definable build options"
@${ECHO_CMD} "-----------------------"
.if !defined(WITH_KDE)
@${ECHO_CMD} "WITH_KDE - Enable KDE slit support"
.endif
#.if !defined(WITH_REMEMBER)
# @${ECHO_CMD} "WITH_REMEMBER - Enable the unofficial remember patch"
#.endif
#.if !defined(WITH_WINSNAP)
# @${ECHO_CMD} "WITH_WINSNAP - Enable the unofficial window snapping patch"
# @${ECHO_CMD} " (does not work on -current)"
#.endif
.if !defined(WITH_XINERAMA)
@${ECHO_CMD} "WITH_XINERAMA - Enable Xinerama support"
.endif
@${ECHO_CMD} ""
#post-install:
#.if defined(WITH_WINSNAP)
# @${ECHO_CMD} ""
# @${ECHO_CMD} "The window snapping patch from Shawn Singh requires some"
# @${ECHO_CMD} "changes to your ~/.fluxbox/init file:"
# @${ECHO_CMD} ""
# @${ECHO_CMD} " session.screen0.edgeSnapThreshold: 10"
# @${ECHO_CMD} " session.screen0.edgeResistThreshold: 10"
# @${ECHO_CMD} ""
# @${ECHO_CMD} "The values can be changed to mimic the behavior of Enlightenment:"
# @${ECHO_CMD} "snap: 3, resist: 15"
# @${ECHO_CMD} ""
#.endif
.include <bsd.port.post.mk>