freebsd-ports/devel/aap/Makefile
Kirill Ponomarev 958fa62395 - Update to version 1.063
PR:		ports/65808
Submitted by:	maintainer
2004-04-20 07:23:34 +00:00

43 lines
1,019 B
Makefile

# New ports collection makefile for: A-A-P Recipe Executive: aap
# Date created: 28 October 2002
# Whom: Bram Moolenaar <bram@a-a-p.org>
#
# $FreeBSD$
#
# Most of plist can be created with:
# # /usr/ports/Tools/scripts/plist -d -m /etc/mtree/BSD.local.dist $PWD/INSTALL|sed -E 's,1.057,%%PORTVERSION%%,g;s,^(lib/aap/Exec-%%PORTVERSION%%/doc/),%%PORTDOCS%%\1,g;s,^share/doc/.*,,g' | tr -s '\n'> pkg-plist.new
#
PORTNAME= aap
PORTVERSION= 1.063
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= a-a-p
MAINTAINER= rui@ruilopes.com
COMMENT= A build tool alternative to make with internet access and CVS support
MAN1= aap.1
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_PYTHON= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.if !defined(NOPORTDOCS)
FULLDOCS=yes
.else
FULLDOCS=no
.endif
do-install:
@cd ${WRKSRC} && \
${PYTHON_CMD} ./aap PREFIX="${PREFIX}" FULLDOCS=${FULLDOCS} \
HTMLDIR=/html install
test: install
cd ${WRKSRC}; ${PREFIX}/bin/aap
.include <bsd.port.mk>