freebsd-ports/editors/komodo-edit/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00

43 lines
1.2 KiB
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= komodo-edit
PORTVERSION= 6.1.3
PORTREVISION= 1
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
USES= linux
USE_LINUX= 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:
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>