1998-09-04 07:17:26 +00:00
|
|
|
# New ports collection makefile for: wdm
|
1998-09-23 07:14:36 +00:00
|
|
|
# Version required: 1.0
|
1998-09-04 07:17:26 +00:00
|
|
|
# Date created: August 31, 1998
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
|
|
#
|
1999-06-04 08:01:18 +00:00
|
|
|
# $Id: Makefile,v 1.22 1999/05/01 03:36:57 mharo Exp $
|
1998-09-04 07:17:26 +00:00
|
|
|
|
1998-09-23 07:14:36 +00:00
|
|
|
DISTNAME= wdm-1.0
|
1999-01-18 06:43:04 +00:00
|
|
|
CATEGORIES= x11 windowmaker
|
1998-09-04 07:17:26 +00:00
|
|
|
MASTER_SITES= ftp://ftp.windowmaker.org/pub/contrib/srcs/utils/ \
|
|
|
|
ftp://ftp.io.com/pub/mirror/windowmaker/contrib/srcs/utils/ \
|
|
|
|
http://www.de.freebsd.org/de/gif/bsd/
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1998-09-19 01:33:49 +00:00
|
|
|
gif.3:${PORTSDIR}/graphics/giflib \
|
1998-09-15 11:46:15 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-01-23 07:05:35 +00:00
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
1999-02-18 17:57:37 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff34 \
|
1999-06-04 08:01:18 +00:00
|
|
|
wraster.3:${PORTSDIR}/x11-wm/windowmaker \
|
1999-02-18 17:57:37 +00:00
|
|
|
PropList.1:${PORTSDIR}/devel/libPropList
|
1998-09-04 07:17:26 +00:00
|
|
|
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
DIST_SUBDIR= wdm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-10-01 07:39:33 +00:00
|
|
|
CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include \
|
|
|
|
CFLAGS="${CFLAGS} -DHAS_SETUSERCONTEXT"
|
1999-04-13 06:48:44 +00:00
|
|
|
CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif -lXpm -lpng -ltiff" \
|
1998-11-25 05:06:28 +00:00
|
|
|
--with-gfx-incs="-I${LOCALBASE}/include" \
|
1998-09-29 11:46:34 +00:00
|
|
|
--with-tiff-libs="-ljpeg" \
|
1998-09-04 07:17:26 +00:00
|
|
|
--with-logdir=/var/log --with-runlockdir=/var/run \
|
1998-09-11 07:51:59 +00:00
|
|
|
--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
|
1998-09-04 07:17:26 +00:00
|
|
|
|
|
|
|
MAN1= wdm.1 wdmLogin.1
|
|
|
|
|
|
|
|
DAEMONPIC= daemon1-HQ-1280x960.jpg
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${_DISTDIR}/${DAEMONPIC} ${PREFIX}/lib/X11/wdm/pixmaps
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|