freebsd-ports/editors/komodo-ide/Makefile
Alexander Leidinger fd5918a6e7 Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).
This fixes a security warning from portaudit.

Security:	CVE-2009-1194
VuXML:		4b172278-3f46-11de-becb-001cc0377035
Thanks to:	Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info)
2011-02-25 08:52:30 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection Makefile for: komodo-ide
# Date created: 2010-11-22
# Whom: Dereckson <dereckson@gmail.com>
#
# $FreeBSD$
PORTNAME= komodo-ide
PORTVERSION= 6.0.2
PORTREVISION?= 1
CATEGORIES= editors
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
DISTNAME= Komodo-IDE-${PORTVERSION}-59129-linux-libcpp6-x86
MAINTAINER= dereckson@gmail.com
COMMENT= Multi-language editor from ActiveState
CONFLICTS= komodo-edit-*
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
USE_LINUX= f10
USE_LINUX_APPS= gtk2 jpeg dbusglib alsalib
USE_LDCONFIG= yes
USE_PYTHON= yes
LICENSE= AKIDELA
LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_NAME= ActiveState Komodo IDE license agreement
LICENSE_PERMS=
.include <bsd.port.pre.mk>
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE='You must accept the license prior to building.'
.endif
.if ${OSVERSION} < 800000
BROKEN= fails to install
.endif
do-install:
${MKDIR} ${DESKTOPDIR}
cd ${WRKSRC} && ${SH} install.sh -I ${DATADIR} -s
${LN} -sf ${DATADIR}/bin/komodo ${PREFIX}/bin/
${LN} -sf ${DATADIR}/share/desktop/komodo-ide-6.desktop ${DESKTOPDIR}/
.include <bsd.port.post.mk>