diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-09 07:18:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-09 07:18:20 +0800 |
commit | c7a0fd64c9a9ba72a077bf49dfd88da0c57fd85e (patch) | |
tree | 95a3e3609e768d595d4eccea4479c9d0ddd71e01 /x11-wm/wmakerconf | |
parent | 71c23d53ce11c67132b3ab1bfe7e1817189cbfa7 (diff) | |
download | freebsd-ports-gnome-c7a0fd64c9a9ba72a077bf49dfd88da0c57fd85e.tar.gz freebsd-ports-gnome-c7a0fd64c9a9ba72a077bf49dfd88da0c57fd85e.tar.zst freebsd-ports-gnome-c7a0fd64c9a9ba72a077bf49dfd88da0c57fd85e.zip |
Update to version 2.2
PR: 13469
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/wmakerconf/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/wmakerconf/pkg-descr | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index c00e5cacf4b9..e25498c56201 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wmakerconf -# Version required: 2.1 +# Version required: 2.2 # Date Created: 14 August 1999 # Whom: Dominik Rothert <dr@domix.de> # # $FreeBSD$ # -DISTNAME= wmakerconf-2.1 +DISTNAME= wmakerconf-2.2 CATEGORIES= x11-wm MASTER_SITES= http://www2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ @@ -24,13 +24,14 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png \ - wraster.3:${PORTSDIR}/x11-wm/windowmaker + wraster.3:${PORTSDIR}/x11-wm/windowmaker \ + wmfun.0:${PORTSDIR}/x11-wm/libwmfun BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GMAKE= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" diff --git a/x11-wm/wmakerconf/distinfo b/x11-wm/wmakerconf/distinfo index 4640a538a271..b985b0367be0 100644 --- a/x11-wm/wmakerconf/distinfo +++ b/x11-wm/wmakerconf/distinfo @@ -1 +1 @@ -MD5 (wmakerconf-2.1.tar.gz) = 1710970cea600e3f2f1c46055866d41d +MD5 (wmakerconf-2.2.tar.gz) = 3c5fa7a5979745181cd3c0d66dfa0e36 diff --git a/x11-wm/wmakerconf/pkg-descr b/x11-wm/wmakerconf/pkg-descr index 4ad5f0db36d2..72936977b3c6 100644 --- a/x11-wm/wmakerconf/pkg-descr +++ b/x11-wm/wmakerconf/pkg-descr @@ -1,2 +1,4 @@ -wmakerconf is a configuration tool for the famous WindowManager -Window Maker. It is based on the GTK+ and Imlib libraries. +Wmakerconf is a configuration tool for the famous window manager +WindowMaker. It is based on the GTK+ and Imlib libraries. + +WWW: http://www2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ |