1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/editors/komodo-edit/Makefile
Johannes Jost Meixner c5d17f7e76 editors/komodo-edit: allow install with linux_base-c6
- allow build with CentOS 6 linux bases.

PR:		195169
Differential Revision:	https://reviews.freebsd.org/D1200
Submitted by:	Jan Beich <jbeich@vfemail.com>
Approved by:	koobs (mentor)
2014-11-20 12:21:38 +00:00

44 lines
1.2 KiB
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= komodo-edit
PORTVERSION= 6.1.3
CATEGORIES= editors
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/archive/6.x/${PORTVERSION}/
DISTNAME= Komodo-Edit-${PORTVERSION}-8844-linux-libcpp6-x86
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-language editor from ActiveState
CONFLICTS= komodo-ide-6*
RESTRICTED= Distribution not permitted
NO_CDROM= Distribution not permitted
NO_PACKAGE= Distribution not permitted
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
USE_LINUX= yes
USE_LINUX_APPS= alsalib gtk2 jpeg dbusglib
PLIST_FILES= bin/komodo
PORTDATA= *
DESKTOP_ENTRIES="Komodo Edit" \
"Free multi-platform editor that makes it easy to write quality code." \
${DATADIR}/share/icons/komodo48.png \
"komodo" \
"Development;Utility;TextEditor;" \
false
do-install:
${MKDIR} ${STAGEDIR}${DESKTOPDIR}
cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/komodo
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/komodo
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/komodo-bin
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/run-mozilla.sh
${LN} -sf ${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>