diff options
author | sem <sem@FreeBSD.org> | 2005-02-25 14:52:11 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-25 14:52:11 +0800 |
commit | 55e5098cb1814433fd75d35cc309011d91cdd46a (patch) | |
tree | 6c5ff74720a53e734c5b06a2435d54472f263582 /devel/smake/pkg-descr | |
parent | 0d898dfc88d086d2e7380802e6b44e8fd1de043c (diff) | |
download | freebsd-ports-gnome-55e5098cb1814433fd75d35cc309011d91cdd46a.tar.gz freebsd-ports-gnome-55e5098cb1814433fd75d35cc309011d91cdd46a.tar.zst freebsd-ports-gnome-55e5098cb1814433fd75d35cc309011d91cdd46a.zip |
Smake is a highly portable make program with automake features.
PR: ports/77936
Submitted by: Martin Matuska <martin (at) matuska.org>
Diffstat (limited to 'devel/smake/pkg-descr')
-rw-r--r-- | devel/smake/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/smake/pkg-descr b/devel/smake/pkg-descr new file mode 100644 index 000000000000..c4a23bee4427 --- /dev/null +++ b/devel/smake/pkg-descr @@ -0,0 +1,9 @@ +Smake is a highly portable make program with automake features. It is +currently mainly targeted to be used with the makefiles system. + +makefiles allows to mount a source tree via NFS and simultaneous compilation +on all supported platforms +makefiles therefore allows to re-use a source tree for all supported platforms +in favor of the GNU concept of untar -> configure -> make -> install -> remove + +WWW: http://cdrecord.berlios.de/old/private/smake.html |