freebsd-ports/devel/pmk/pkg-descr
Sean Chittenden 69ed39ed86 Add pmk, "Pre Make Kit." pmk is a sane and BSDL autoconf replacement.
There are no dependencies on external software and the syntax of .pmk
files is more than tollerable.  A quick example of the syntax can be
found here (scroll down to the pmkscan section):

http://premk.sourceforge.net/example.html
2003-10-13 17:56:00 +00:00

15 lines
513 B
Text

What is pmk:
The meaning of pmk is "Pre Make Kit", a dependency configuring tool.
It aims to be considered as an alternative to GNU autoconf.
Goals:
*) Avoid the use of scripts in packages that can hide trojans.
*) Try to keep the needed dependencies near from zero (actually we're
at zero).
*) Make it easy to use for users and developpers.
*) Provide the package in a free and usable license for everybody (BSD).
*) Limit the changes in sources for a transition from autoconf.
WWW: http://premk.sf.net/