summaryrefslogtreecommitdiff
path: root/devel/aap/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-11-18 12:49:31 +0000
committercjep <cjep@pkgsrc.org>2002-11-18 12:49:31 +0000
commit007fd849e584e47f201064ab96efac3841e9a3cd (patch)
tree65069ac76ecb75a03133bb165281ce940be61410 /devel/aap/Makefile
parent98db63df4c90c8b811754ff5bb9c5594e604ce00 (diff)
downloadpkgsrc-007fd849e584e47f201064ab96efac3841e9a3cd.tar.gz
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.
Diffstat (limited to 'devel/aap/Makefile')
-rw-r--r--devel/aap/Makefile31
1 files changed, 31 insertions, 0 deletions
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"