aboutsummaryrefslogtreecommitdiffstats
path: root/devel/maketool
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-08-16 23:23:40 +0800
committershaun <shaun@FreeBSD.org>2006-08-16 23:23:40 +0800
commit95cf441c0a2c98631e01459635c2a8fa16e25e5e (patch)
treee3f3c27776622674bb76175e4f05253447d2743f /devel/maketool
parent0956a802d4132dba60ee42e3175fab521567b130 (diff)
downloadfreebsd-ports-gnome-95cf441c0a2c98631e01459635c2a8fa16e25e5e.tar.gz
freebsd-ports-gnome-95cf441c0a2c98631e01459635c2a8fa16e25e5e.tar.zst
freebsd-ports-gnome-95cf441c0a2c98631e01459635c2a8fa16e25e5e.zip
- Fix fetch: master site moved. [1]
- Update WWW line too. - Expand on terse pkg-descr description. Reported by: fenner's distfile survey [1]
Diffstat (limited to 'devel/maketool')
-rw-r--r--devel/maketool/Makefile2
-rw-r--r--devel/maketool/pkg-descr24
2 files changed, 23 insertions, 3 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index d6c0f34fca61..b2ff6cdc1459 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -9,7 +9,7 @@ PORTNAME= maketool
PORTVERSION= 0.8.4
PORTREVISION= 5
CATEGORIES= devel
-MASTER_SITES= http://www.alphalink.com.au/~gnb/maketool/downloads/
+MASTER_SITES= http://home.alphalink.com.au/~gnb/maketool/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI interface for make or gmake
diff --git a/devel/maketool/pkg-descr b/devel/maketool/pkg-descr
index 651e1ed90922..77632960dc87 100644
--- a/devel/maketool/pkg-descr
+++ b/devel/maketool/pkg-descr
@@ -1,3 +1,23 @@
-This is a GUI front-end to make or gmake.
+Maketool is a simple GTK+ based GUI front-end for GNU make and other make
+programs.
-WWW: http://www.alphalink.com.au/~gnb/maketool/
+Maketool's features include:
+
+ * Figures out what targets are available and presents them in a menu.
+ * Runs make and detects compiler errors and warnings in the output.
+ * Double-clicking on errors starts an editor with that file and line.
+ * Works with any makefile system that uses GNU make.
+ * Automatically updates Makefile if project uses automake, autoconf or imake.
+ * GUI for selecting configure options for automake and autoconf.
+ * Special handling for standard GNU targets such as all, install, clean etc.
+ * Save and reload logs of make runs.
+ * Summarise make logs to reduce visual clutter.
+ * With recursive make, expand or collapse each directory separately
+ * Override values of make and environment variables.
+ * Make in series or in parallel, (using make's -j and -l flags).
+ * Dryrun mode (using make's -n flag).
+ * Implements many of make's command-line options.
+ * Configure foreground & background colours of error & warnings lines.
+ * Now also supports Solaris make, IRIX smake, and BSD pmake.
+
+WWW: http://home.alphalink.com.au/~gnb/maketool/