diff options
author | max <max@FreeBSD.org> | 1997-05-27 16:40:49 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-27 16:40:49 +0000 |
commit | 2fb3d2b9fbffa1d07b25bfc044e94678c1d01423 (patch) | |
tree | 78f987554f00b7733c9d0119e83e89752e793bf0 /devel/gnu-automake/pkg-descr | |
parent | db00858ccf32709b9cb64a7d0061e947e5ae5eea (diff) | |
download | FreeBSD-ports-2fb3d2b9fbffa1d07b25bfc044e94678c1d01423.zip FreeBSD-ports-2fb3d2b9fbffa1d07b25bfc044e94678c1d01423.tar.gz |
New port, automake:
GNU Standards-compliant Makefile generator
PR: 3199
Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
Diffstat (limited to 'devel/gnu-automake/pkg-descr')
-rw-r--r-- | devel/gnu-automake/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/gnu-automake/pkg-descr b/devel/gnu-automake/pkg-descr new file mode 100644 index 0000000..03abb4a --- /dev/null +++ b/devel/gnu-automake/pkg-descr @@ -0,0 +1,6 @@ +Automake is an experimental Makefile generator. It was inspired by +the 4.4BSD make and include files, but aims to be portable and to +conform to the GNU standards for Makefile variables and targets. + +Automake assumes the project uses autoconf. If you want automatic +dependency tracking support, the use of GNU make is also required. |