summaryrefslogtreecommitdiff
path: root/devel/make++/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-22 13:23:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-22 13:23:17 +0000
commit8a9a2f1b7348c9f06c1086a2a5eb33fa1e624d03 (patch)
tree474f1c1b2a37b12b85105c7bac1e1854e756bf4b /devel/make++/pkg-descr
parentUpdate 1.2 to 1.3: (diff)
add make++
Make++ (or makepp) is a drop-in replacement for GNU make
Notes
Notes: svn path=/head/; revision=38603
Diffstat (limited to 'devel/make++/pkg-descr')
-rw-r--r--devel/make++/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/make++/pkg-descr b/devel/make++/pkg-descr
new file mode 100644
index 000000000000..f6322d38d286
--- /dev/null
+++ b/devel/make++/pkg-descr
@@ -0,0 +1,13 @@
+Makepp is a drop-in replacement for GNU make which has a number of
+features that allow for more reliable builds and simpler build files.
+It supports almost all of the syntax that GNU make supports, and can
+be used with makefiles produced by utilities such as automake. It is
+called makepp (or make++) because
+ (1) it was designed for building C++ programs;
+ (2) its relationship to make is analogous to C++'s relationship
+ to C.
+
+For backward compatibility, it will work with input files designed
+for make, but there are much better ways to do things.
+
+WWW: http://lnc.usc.edu/~holt/makepp/