summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-02-10 21:29:31 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-02-10 21:29:31 +0000
commit5b7820103a522968511ced3ccd8f1d5dcbd403b7 (patch)
tree3c6aacfda69707a753f71acad5b937b5de39e29e /x11-wm/windowmaker/Makefile
parentd1bc3f0d8d65a2d40bd3cf00e7f3383bfd9461fd (diff)
downloadfreebsd-ports-5b7820103a522968511ced3ccd8f1d5dcbd403b7.zip
Upgrade to 0.51.0 . Had to add LIBS= and CPPFLAGS= to CONFIGURE_ENV
to get configure to find libPropList, perhaps because of the libPropList PREFIX controversy. PR: ports/9768 Submitted by: maintainer
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r--x11-wm/windowmaker/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index ea0eb327316d..9675c223ee5d 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: WindowMaker
-# Version required: 0.50.2
+# Version required: 0.51.0
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.44 1999/01/18 06:43:04 asami Exp $
+# $Id: Makefile,v 1.45 1999/01/23 07:05:30 vanilla Exp $
-DISTNAME= WindowMaker-0.50.2
-PKGNAME= windowmaker-0.50.2
+DISTNAME= WindowMaker-0.51.0
+PKGNAME= windowmaker-0.51.0
CATEGORIES= x11-wm windowmaker
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \
@@ -19,11 +19,13 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff34
+ tiff.4:${PORTSDIR}/graphics/tiff34 \
+ PropList.1:${PORTSDIR}/devel/libPropList
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= X11BASE=${X11BASE}
+CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \
+ CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-nlsdir=${LOCALBASE}/lib/locale \
--with-gfx-libs="-L${LOCALBASE}/lib" \