diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-21 23:34:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-21 23:34:02 +0000 |
commit | 2d574f0244c49e2a05b074ee8272e58d0a0c1ab0 (patch) | |
tree | 3cdbaa042c609b3fe332a5be02d0a49abc1d2c43 /x11-wm | |
parent | 0.9.0 -> 0.9.1 (diff) |
Upgrade to 1.6.10
PR: ports/9983
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=16815
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 17 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/distinfo | 2 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 9e39de71f2ce..50f43373eaa5 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: afterstep-stable -# Version required: 1.6.6 +# Version required: 1.6.10 # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.32 1999/01/23 07:05:19 vanilla Exp $ +# $Id: Makefile,v 1.33 1999/02/21 21:51:01 billf Exp $ # -DISTNAME= AfterStep-1.6.6 -PKGNAME= afterstep-1.6.6 +DISTNAME= AfterStep-${AS_VERSION} +PKGNAME= afterstep-${AS_VERSION} CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} -MASTER_SITE_SUBDIR= stable/archives +MASTER_SITE_SUBDIR= stable -MAINTAINER= dima@chg.ru +MAINTAINER= dima@Chg.ru LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +AS_VERSION= 1.6.10 INSTALL_TARGET= install install.man MAN1= Animate.1x Audio.1x Auto.1x Banner.1x Cascade.1x Clean.1x \ Form.1x Ident.1x Pager.1x Save.1x Script.1x Scroll.1x Tile.1x \ @@ -26,6 +27,8 @@ MAN1= Animate.1x Audio.1x Auto.1x Banner.1x Cascade.1x Clean.1x \ NO_LATEST_LINK= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${X11BASE} +CONFIGURE_ARGS= --prefix=${X11BASE} \ + --disable-save-windows \ + --enable-different-locknfeels .include <bsd.port.mk> diff --git a/x11-wm/afterstep-stable/distinfo b/x11-wm/afterstep-stable/distinfo index 48557f31a747..14a8c349c6a0 100644 --- a/x11-wm/afterstep-stable/distinfo +++ b/x11-wm/afterstep-stable/distinfo @@ -1 +1 @@ -MD5 (AfterStep-1.6.6.tar.gz) = 6411ef02da05eef4a26c77076a9411d8 +MD5 (AfterStep-1.6.10.tar.gz) = b626a46f6dddfffaf3de3b5a34c5f686 |