mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
49 lines
960 B
Makefile
49 lines
960 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.124
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= a-a-p
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
|
|
MAN1= agide.1
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_WX= 2.4
|
|
WX_COMPS= python
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64"
|
|
IGNORE= triggers python crash on startup.
|
|
.endif
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,share/man,man," ${WRKSRC}/main.aap
|
|
|
|
pre-install:
|
|
@${SH} ${FILESDIR}/check_vim
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && \
|
|
${PREFIX}/bin/aap PREFIX="${PREFIX}" install
|
|
|
|
.include <bsd.port.post.mk>
|