mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
e6e8f977b7
Noticed by: kris@ Pointyhat by: me
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# New ports collection makefile for: fluxspace
|
|
# Date created: 20 March 2003
|
|
# Whom: Eirik Nygaard <eirikn@bluezone.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxspace
|
|
PORTVERSION= 0.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.isomedia.com/homes/stevencooper/files/
|
|
|
|
MAINTAINER= eirikn@bluezone.no
|
|
COMMENT= A window manager and workspace enhancer and integrator
|
|
|
|
BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2 \
|
|
swig:${PORTSDIR}/devel/swig13
|
|
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_IDESK) || exists(${X11BASE}/bin/idesk)
|
|
RUN_DEPENDS+= idesk:${PORTSDIR}/x11/idesk
|
|
.endif
|
|
.if defined(WITH_ROX-FILER) || exists(${LOCALBASE}/bin/rox)
|
|
RUN_DEPENDS+= rox:${PORTSDIR}/x11-fm/rox-filer
|
|
.endif
|
|
|
|
pre-everything::
|
|
@${ECHO_CMD} "WITH_IDESK - To install idesk"
|
|
@${ECHO_CMD} "WITH_ROX-FILER - To install rox-filer"
|
|
|
|
post-install::
|
|
@${CAT} pkg-message
|
|
|
|
.include <bsd.port.post.mk>
|