diff options
author | seanc <seanc@FreeBSD.org> | 2003-10-13 17:56:00 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-10-13 17:56:00 +0000 |
commit | b5d8e96991ac7e18e639add1a086ee9d787831bf (patch) | |
tree | 44316bd6dc0a09fb3d96614b4df3818710d49b95 /devel/Makefile | |
parent | c107ce46290cc0611e10faa02eb463537adc1820 (diff) | |
download | FreeBSD-ports-b5d8e96991ac7e18e639add1a086ee9d787831bf.zip FreeBSD-ports-b5d8e96991ac7e18e639add1a086ee9d787831bf.tar.gz |
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5430f8a..d778147 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -861,6 +861,7 @@ SUBDIR += pkgconfig SUBDIR += ply SUBDIR += pmake + SUBDIR += pmk SUBDIR += popt SUBDIR += portcheckout SUBDIR += portlint |