diff options
author | arved <arved@FreeBSD.org> | 2002-11-23 22:18:47 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-23 22:18:47 +0800 |
commit | 98ae9f5b87d7cfff0b8ec86a83b0b1671f44977b (patch) | |
tree | 4d15387efdd0931dafddccd9d07261d0c92c2b47 /devel/Makefile | |
parent | e5079983ed88a035b0a316ce25ff456c20735419 (diff) | |
download | freebsd-ports-gnome-98ae9f5b87d7cfff0b8ec86a83b0b1671f44977b.tar.gz freebsd-ports-gnome-98ae9f5b87d7cfff0b8ec86a83b0b1671f44977b.tar.zst freebsd-ports-gnome-98ae9f5b87d7cfff0b8ec86a83b0b1671f44977b.zip |
Add aap. Bram Molenaar's build tool, written in Python.
For those that didn't attend Bram's talk at EuroBSDCon:
aap has a special "ports" mode which is designed to extend the BSDs ports
system while kepping Compatibility to the existing pkgtools.
More information: http://2002.eurobsdcon.org/papers/moolenaar.pdf
http://www.a-a-p.org/ports.html
PR: 44586
Submitted by: Bram Moolenaar <bram@moolenaar.net>
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 1de59df091b8..20c7bdb2d238 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8,6 +8,7 @@ SUBDIR += SN SUBDIR += SpecTcl SUBDIR += a2dev + SUBDIR += aap SUBDIR += ac-archive SUBDIR += acpicatools SUBDIR += adabroker |