From 98ae9f5b87d7cfff0b8ec86a83b0b1671f44977b Mon Sep 17 00:00:00 2001 From: arved Date: Sat, 23 Nov 2002 14:18:47 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit