1997-11-04 10:33:43 +00:00
|
|
|
# New ports collection makefile for: WindowMaker
|
1999-10-06 07:04:43 +00:00
|
|
|
# Version required: 0.61.1
|
1997-11-04 10:33:43 +00:00
|
|
|
# Date created: August 13, 1997
|
|
|
|
# Whom: handy@physics.montana.edu
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-11-04 10:33:43 +00:00
|
|
|
|
1999-10-06 07:04:43 +00:00
|
|
|
DISTNAME= WindowMaker-0.61.1
|
|
|
|
PKGNAME= windowmaker-0.61.1
|
1999-01-18 06:43:04 +00:00
|
|
|
CATEGORIES= x11-wm windowmaker
|
1999-02-21 21:51:01 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \
|
1998-02-24 09:16:54 +00:00
|
|
|
http://jgo.local.net/cool_downloads/wm/
|
1999-02-21 21:51:01 +00:00
|
|
|
MASTER_SITE_SUBDIR= beta/srcs
|
1998-09-30 13:24:40 +00:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
|
1997-11-04 10:33:43 +00:00
|
|
|
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-09-18 03:12:11 +00:00
|
|
|
gif.5:${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-09-07 10:45:31 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
1999-10-06 07:04:43 +00:00
|
|
|
PropList.2:${PORTSDIR}/devel/libPropList
|
1997-11-04 10:33:43 +00:00
|
|
|
|
1999-05-01 02:45:41 +00:00
|
|
|
USE_BZIP2= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-06-08 22:01:47 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-02-10 21:29:31 +00:00
|
|
|
CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include
|
1998-02-26 07:24:19 +00:00
|
|
|
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
|
|
|
|
--with-nlsdir=${LOCALBASE}/lib/locale \
|
1999-07-19 04:32:58 +00:00
|
|
|
--with-libs-from="-L${LOCALBASE}/lib" \
|
|
|
|
--with-incs-from="-I${LOCALBASE}/include" \
|
1999-10-06 07:04:43 +00:00
|
|
|
--with-appspath="${PREFIX}/GNUstep/Apps" \
|
1998-10-30 08:24:36 +00:00
|
|
|
--disable-debug
|
1997-11-04 10:33:43 +00:00
|
|
|
|
1998-09-30 13:24:40 +00:00
|
|
|
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \
|
1998-09-09 05:57:18 +00:00
|
|
|
wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x
|
|
|
|
|
1999-05-01 02:45:41 +00:00
|
|
|
DATAFILES= WindowMaker-extra-0.1.tar.bz2
|
1998-09-30 13:24:40 +00:00
|
|
|
|
1999-07-19 04:32:58 +00:00
|
|
|
.if defined(USE_GNOME)
|
|
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(USE_KDE)
|
|
|
|
CONFIGURE_ARGS+= --enable-kde
|
|
|
|
.endif
|
|
|
|
|
1999-10-02 16:16:17 +00:00
|
|
|
.if defined(USE_SINGLE_ICON)
|
|
|
|
CONFIGURE_ARGS+= --enable-single-icon
|
|
|
|
.endif
|
|
|
|
|
1999-07-19 04:32:58 +00:00
|
|
|
.SILENT:
|
|
|
|
|
|
|
|
.if !defined(USE_KDE) && !defined(USE_GNOME)
|
|
|
|
pre-extract:
|
|
|
|
${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE"
|
|
|
|
.endif
|
|
|
|
|
1998-10-19 10:57:04 +00:00
|
|
|
post-patch:
|
1999-05-01 02:45:41 +00:00
|
|
|
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c \
|
|
|
|
${WRKSRC}/WindowMaker/Defaults/*
|
1998-10-19 10:57:04 +00:00
|
|
|
|
1999-04-16 05:22:52 +00:00
|
|
|
post-configure:
|
|
|
|
@cd ${WRKDIR}/WindowMaker-extra-0.1; \
|
|
|
|
./configure --prefix=${PREFIX}
|
|
|
|
|
1998-09-27 20:59:17 +00:00
|
|
|
post-install:
|
1999-04-16 05:22:52 +00:00
|
|
|
@cd ${WRKDIR}/WindowMaker-extra-0.1; \
|
|
|
|
${MAKE} ${MAKE_ARGS} install
|
1999-06-04 08:00:27 +00:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-11-24 16:04:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|