1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/agide/Makefile
Pav Lucistnik c795389cc9 Add agide, a A-A-P GUI IDE, a framework in which separate tools like vim
or gdb can work together.

PR:		ports/57885
Submitted by:	Rui Lopes <rui@ruilopes.com>
2003-12-26 21:33:24 +00:00

38 lines
816 B
Makefile

# New ports collection makefile for: A-A-P GUI IDE: agide
# Date created: 26 August 2003
# Whom: Rui Lopes <rui@ruilopes.com>
#
# $FreeBSD$
#
PORTNAME= agide
PORTVERSION= 0.121
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= a-a-p
MAINTAINER= rui@ruilopes.com
COMMENT= A-A-P GUI IDE: a framework for software development
RUN_DEPENDS= ${LOCALBASE}/bin/aap:${PORTSDIR}/devel/aap \
${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim \
${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
MAN1= agide.1
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
USE_PYTHON= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
pre-install:
@${SH} ${FILESDIR}/check_vim
do-install:
@cd ${WRKSRC} && \
${PREFIX}/bin/aap PREFIX="${PREFIX}" install
.include <bsd.port.mk>