2008-02-13 22:13:04 +01:00
|
|
|
# New ports collection Makefile for: komodo-edit
|
|
|
|
# Date created: 2008-02-13
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= komodo-edit
|
2010-04-12 23:55:39 +02:00
|
|
|
PORTVERSION= 5.2.4
|
2008-02-13 22:13:04 +01:00
|
|
|
CATEGORIES= editors
|
2008-04-17 00:09:15 +02:00
|
|
|
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
|
2010-04-12 23:55:39 +02:00
|
|
|
DISTNAME= Komodo-Edit-${PORTVERSION}-4343-linux-libcpp6-x86
|
2008-02-13 22:13:04 +01:00
|
|
|
|
2008-07-16 22:34:59 +02:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2008-02-13 22:13:04 +01:00
|
|
|
COMMENT= Multi-language editor from ActiveState
|
|
|
|
|
2010-02-22 08:59:30 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2008-02-13 22:13:04 +01:00
|
|
|
NO_BUILD= yes
|
2009-07-01 20:35:28 +02:00
|
|
|
USE_LINUX= f10
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= gtk2 jpeg
|
2009-07-01 20:35:28 +02:00
|
|
|
USE_LDCONFIG= yes
|
2008-02-13 22:13:04 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
|
2010-04-12 23:55:39 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2008-02-13 22:13:04 +01:00
|
|
|
|
2010-06-21 23:54:12 +02:00
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
BROKEN= fails to install on 6.X
|
|
|
|
.endif
|
|
|
|
|
2008-02-13 22:13:04 +01:00
|
|
|
do-install:
|
2010-06-08 08:45:32 +02:00
|
|
|
${MKDIR} ${DESKTOPDIR}
|
|
|
|
cd ${WRKSRC} && ${SH} install.sh -I ${DATADIR} -s
|
|
|
|
${LN} -sf ${DATADIR}/bin/komodo ${PREFIX}/bin/
|
|
|
|
${LN} -sf ${DATADIR}/share/desktop/komodo-edit-5.desktop ${DESKTOPDIR}/
|
2008-02-13 22:13:04 +01:00
|
|
|
|
2010-04-12 23:55:39 +02:00
|
|
|
.include <bsd.port.post.mk>
|