freebsd-ports/editors/komodo-edit/Makefile

40 lines
885 B
Makefile
Raw Normal View History

# New ports collection Makefile for: komodo-edit
# Date created: 2008-02-13
# Whom: arved
#
# $FreeBSD$
PORTNAME= komodo-edit
2011-09-19 14:41:08 +02:00
PORTVERSION= 6.1.2
CATEGORIES= editors
2008-04-17 00:09:15 +02:00
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
2011-09-19 14:41:08 +02:00
DISTNAME= Komodo-Edit-${PORTVERSION}-8334-linux-libcpp6-x86
MAINTAINER= gahr@FreeBSD.org
COMMENT= Multi-language editor from ActiveState
BROKEN= does not package
2011-09-19 14:41:08 +02:00
CONFLICTS= komodo-ide-*
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
2009-07-01 20:35:28 +02:00
USE_LINUX= f10
USE_LINUX_APPS= gtk2 jpeg
2009-07-01 20:35:28 +02:00
USE_LDCONFIG= yes
USE_PYTHON= yes
2010-04-12 23:55:39 +02:00
.include <bsd.port.pre.mk>
.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-edit-5.desktop ${DESKTOPDIR}/
2010-04-12 23:55:39 +02:00
.include <bsd.port.post.mk>