summaryrefslogtreecommitdiff
path: root/x11/wdm/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-11-09 12:46:00 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-11-09 12:46:00 +0000
commit59e10935c990ed7633a98b207b4b432dbf3221e8 (patch)
tree069536e96f484192bdf3a50fdb76ff2da8d87e5a /x11/wdm/Makefile
parentMake some various cleanups. Note that I did not add RESTRICTED since this is (diff)
upgrade to 1.19.
PR: 14740 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=22989
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r--x11/wdm/Makefile28
1 files changed, 15 insertions, 13 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index fdf336126d5b..e42a0e4c3848 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -1,15 +1,14 @@
# New ports collection makefile for: wdm
-# Version required: 1.0
+# Version required: 1.19
# Date created: August 31, 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
-DISTNAME= wdm-1.0
+DISTNAME= wdm-1.19
CATEGORIES= x11 windowmaker
-MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \
+MASTER_SITES= http://cortex.unice.fr/~jerome/WindowMaker/wdm/ \
http://www.de.freebsd.org/de/gif/bsd/
-MASTER_SITE_SUBDIR= contrib/srcs/utils
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC}
MAINTAINER= ports@FreeBSD.org
@@ -21,29 +20,32 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
tiff.4:${PORTSDIR}/graphics/tiff \
wraster.3:${PORTSDIR}/x11-wm/windowmaker \
PropList.2:${PORTSDIR}/devel/libPropList
+BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= wdm
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAS_SETUSERCONTEXT"
-CONFIGURE_ARGS= --with-gfx-libs="-L${LOCALBASE}/lib -lgif -lpng -ltiff -lXpm" \
- --with-gfx-incs="-I${LOCALBASE}/include" \
- --with-tiff-libs="-ljpeg" \
- --with-logdir=/var/log \
+USE_AUTOCONF= yes
+CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include \
+ -DCSRG_BASED -DHAS_SETUSERCONTEXT' \
+ LIBS='-L${LOCALBASE}/lib'
+CONFIGURE_ARGS= --with-logdir=/var/log \
--with-runlockdir=/var/run \
--with-wdmdir=${PREFIX}/lib/X11/wdm \
--with-Logo=Earth200x130.xpm \
--with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \
--with-defsystempath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin \
- --with-wmlist=wmaker:afterstep:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
+ --with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
MAN1= wdm.1 wdmLogin.1
DAEMONPIC= daemon1-HQ-1280x960.jpg
-post-extract:
- @(cd ${WRKSRC}; ${TAR} xzf xdm-332.tar.gz)
+post-patch:
+ @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/doc/*.man
+
+pre-configure:
+ @(cd ${WRKSRC}; automake -a --include-deps)
post-install:
${INSTALL_DATA} ${_DISTDIR}/${DAEMONPIC} ${PREFIX}/lib/X11/wdm/pixmaps