From ce35d0dddd7aa7bfb7b99f83bdf17fead35a26f9 Mon Sep 17 00:00:00 2001 From: cjep Date: Mon, 18 Nov 2002 12:49:31 +0000 Subject: Initial import of A-A-P 0.104 into the NetBSD packages collection as devel/aap. A-A-P is a replacement for make. It makes it easy to locate, download, build and install software. It also supports browsing source code, developing programs, managing different versions and distribution of software and documentation. A-A-P is currently under development and as such not everything works yet. Use with care. A-A-P is maintained by Bram Moolenaar. --- devel/aap/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 devel/aap/Makefile (limited to 'devel/aap/Makefile') diff --git a/devel/aap/Makefile b/devel/aap/Makefile new file mode 100644 index 00000000000..e8b9cb7e70f --- /dev/null +++ b/devel/aap/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 12:49:31 cjep Exp $ + +DISTNAME= exec-0.104 +PKGNAME= aap-0.104 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=a-a-p/} +EXTRACT_SUFX= .zip + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.a-a-p.org/ +COMMENT= + +WRKSRC= ${WRKDIR} + +AAP_DIR= ${PREFIX}/lib/aap +AAP_DOC= ${PREFIX}/share/doc/aap +AAP_START= ${PREFIX}/bin/aap +AAP= ./aap PREFIX=${PREFIX} + +PYTHON_PATCH_SCRIPTS= Filetype.py Main.py PkgInstall.py PrintProfile.py \ + __init__.py aap +PYTHON_VERSIONS_ACCEPTED= 21 + +do-build: + @cd ${WRKSRC} && ${AAP} + +do-install: + @cd ${WRKSRC} && ${AAP} install + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3