- Fix fetch: master site moved. [1]
- Update WWW line too. - Expand on terse pkg-descr description. Reported by: fenner's distfile survey [1]
This commit is contained in:
parent
885e826361
commit
225122e29c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170804
2 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue