1997-11-04 10:33:43 +00:00
|
|
|
# New ports collection makefile for: WindowMaker
|
1998-06-15 08:58:10 +00:00
|
|
|
# Version required: 0.15.1
|
1997-11-04 10:33:43 +00:00
|
|
|
# Date created: August 13, 1997
|
|
|
|
# Whom: handy@physics.montana.edu
|
|
|
|
#
|
1998-06-15 08:58:10 +00:00
|
|
|
# $Id: Makefile,v 1.12 1998/06/09 15:29:45 tg Exp $
|
1997-11-04 10:33:43 +00:00
|
|
|
|
1998-06-15 08:58:10 +00:00
|
|
|
DISTNAME= WindowMaker-0.15.1
|
|
|
|
PKGNAME= windowmaker-0.15.1
|
1997-11-04 10:33:43 +00:00
|
|
|
CATEGORIES= x11
|
1998-06-04 07:56:57 +00:00
|
|
|
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
|
|
|
|
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \
|
1998-02-24 09:16:54 +00:00
|
|
|
http://jgo.local.net/cool_downloads/wm/
|
1997-11-04 10:33:43 +00:00
|
|
|
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
|
1998-02-24 09:16:54 +00:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libproplist
|
1997-11-04 10:33:43 +00:00
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
1998-05-04 20:23:32 +00:00
|
|
|
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
|
1998-03-28 20:22:42 +00:00
|
|
|
png\\.2\\.:${PORTSDIR}/graphics/png \
|
1998-02-24 09:16:54 +00:00
|
|
|
tiff34\\.1:${PORTSDIR}/graphics/tiff34
|
1997-11-04 10:33:43 +00:00
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
USE_GMAKE= yes
|
1998-02-26 07:24:19 +00:00
|
|
|
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"
|
1997-11-04 10:33:43 +00:00
|
|
|
|
1998-06-09 15:29:45 +00:00
|
|
|
post-patch:
|
|
|
|
.for file in wmmacros Defaults/WindowMaker
|
|
|
|
@/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|g;" ${WRKSRC}/WindowMaker/${file}
|
|
|
|
.endfor
|
|
|
|
|
1997-11-04 10:33:43 +00:00
|
|
|
.include <bsd.port.mk>
|