pkgsrc/devel/aap/Makefile
cjep 007fd849e5 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.
2002-11-18 12:49:31 +00:00

31 lines
684 B
Makefile

# $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"