opnsense-ports/devel/make++/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
602 B
Text

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://makepp.sourceforge.net/