diff options
author | tg <tg@FreeBSD.org> | 1998-09-09 13:57:18 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-09 13:57:18 +0800 |
commit | 64115e20ee567bc34758c9a968d01d0acc551dd8 (patch) | |
tree | 734eb098688ce49c3c5ae95575bf253c9eab4690 /x11-wm/windowmaker | |
parent | 7ed40c4ac5e5389f6b13da76f3dd9eca7b7a130a (diff) | |
download | freebsd-ports-gnome-64115e20ee567bc34758c9a968d01d0acc551dd8.tar.gz freebsd-ports-gnome-64115e20ee567bc34758c9a968d01d0acc551dd8.tar.zst freebsd-ports-gnome-64115e20ee567bc34758c9a968d01d0acc551dd8.zip |
Upgrade to 0.19.2.
Reviewed by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/windowmaker/distinfo | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index c558e5b69824..63c407080b47 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.19.1 +# Version required: 0.19.2 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.22 1998/09/02 06:14:50 tg Exp $ +# $Id: Makefile,v 1.23 1998/09/04 06:24:11 tg Exp $ -DISTNAME= WindowMaker-0.19.1 -PKGNAME= windowmaker-0.19.1 +DISTNAME= WindowMaker-0.19.2 +PKGNAME= windowmaker-0.19.2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ @@ -28,6 +28,9 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-gfx-libs="-L${LOCALBASE}/lib" \ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" +MAN1= convertstyle.1 geticonset.1x getstyle.1x seticons.1x setstyle.1x \ + wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x + post-extract: cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} libPropList.tar.gz diff --git a/x11-wm/windowmaker/distinfo b/x11-wm/windowmaker/distinfo index 35a0d18b8eb6..40120d98726e 100644 --- a/x11-wm/windowmaker/distinfo +++ b/x11-wm/windowmaker/distinfo @@ -1 +1 @@ -MD5 (WindowMaker-0.19.1.tar.gz) = 555099e8c701db407d2d2f79cf6d5b43 +MD5 (WindowMaker-0.19.2.tar.gz) = 5f0412c818f04af39db41babdfdfff84 |