diff options
author | billf <billf@FreeBSD.org> | 1999-02-21 23:34:02 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-21 23:34:02 +0000 |
commit | 97c1b024d0d2afc94257b7b0a133fcc1e5db113e (patch) | |
tree | 79d79243e63bc25939f128dff128e5edec517001 /x11-wm | |
parent | 26ade634026dc55ab31801a41f45aa1f1ac31b11 (diff) | |
download | FreeBSD-ports-97c1b024d0d2afc94257b7b0a133fcc1e5db113e.zip FreeBSD-ports-97c1b024d0d2afc94257b7b0a133fcc1e5db113e.tar.gz |
Upgrade to 1.6.10
PR: ports/9983
Submitted by: maintainer
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 9e39de7..50f4337 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 48557f3..14a8c34 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 |