freebsd-ports/editors/komodo-edit/Makefile
John Marino 5008143258 editors/komodo-edit: unbreak and stage
Pet portlint some while here.

PR:		192071
Submitted by:	Allan Jude
2014-07-27 11:37:56 +00:00

45 lines
1.3 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= f10
USE_LINUX_APPS= alsalib gtk2 jpeg dbusglib
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not build
.endif
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.post.mk>