d770d1fb58
Approved by: maintainer
33 lines
613 B
Makefile
33 lines
613 B
Makefile
# New ports collection makefile for: fluxbox
|
|
# Date created: 29 November 2001
|
|
# Whom: spn
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxbox
|
|
PORTVERSION= 0.1.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= hendrik@scholz.net
|
|
|
|
RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if defined(WITH_XINERAMA)
|
|
CONFIGURE_ARGS+= --enable-xinerama
|
|
.endif
|
|
|
|
MAN1= fluxbox.1
|
|
|
|
.if !defined(WITH_XINERAMA)
|
|
pre-everything::
|
|
@${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|