aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-26 07:24:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-26 07:24:19 +0000
commitd476224aa5c476611c733542cd8821391f5e3422 (patch)
tree39b8f3842a9b74b00016e4963c55d0c2e0a8b9c3 /x11-wm/windowmaker-i18n
parent3daa7b1af8b5f750dd83f64d8709e5fd36d659ab (diff)
downloadports-d476224aa5c476611c733542cd8821391f5e3422.tar.gz
ports-d476224aa5c476611c733542cd8821391f5e3422.zip
Notes
Diffstat (limited to 'x11-wm/windowmaker-i18n')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile
index cf6d309e5167..f9fd9967613b 100644
--- a/x11-wm/windowmaker-i18n/Makefile
+++ b/x11-wm/windowmaker-i18n/Makefile
@@ -3,7 +3,7 @@
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.1.1.1 1997/11/04 10:33:43 tg Exp $
+# $Id: Makefile,v 1.2 1998/02/24 09:16:48 tg Exp $
DISTNAME= WindowMaker-0.13.1
PKGNAME= windowmaker-0.13.1
@@ -22,7 +22,11 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
USE_X11= yes
USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-nlsdir=${LOCALBASE}/lib/locale
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= X11BASE=${X11BASE}
+CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
+ --with-nlsdir=${LOCALBASE}/lib/locale \
+ --with-gfx-libs=-L${LOCALBASE}/lib \
+ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include"
.include <bsd.port.mk>