diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-09 07:18:20 +0800 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-09 07:18:20 +0800 |
commit | bb3db2c0c29bfe06403cc87b654103a99491105b (patch) | |
tree | 9f1546476b98f5b6d4e7a23d8a8729892819d3ff /x11-wm/wmakerconf | |
parent | 32568ed8f670ca1c773845ce16dfedabae179117 (diff) | |
download | freebsd-ports-gnome-bb3db2c0c29bfe06403cc87b654103a99491105b.tar.gz freebsd-ports-gnome-bb3db2c0c29bfe06403cc87b654103a99491105b.tar.zst freebsd-ports-gnome-bb3db2c0c29bfe06403cc87b654103a99491105b.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/ |