freebsd-ports/editors/komodo-edit/Makefile
Mahdi Mokhtari bc1e93a035 editors/komodo-edit: Update port from 6.x to 10.2.2
Also pass maintainership of the port to allanjude

Submitted by:	allanjude
Reviewed by:	mat (mentor), netchild
Approved by:	mat (mentor), maintainer (implicit)
Sponsored by:	Essen Hackathon 2017
Differential Revision:	https://reviews.freebsd.org/D11543
2017-07-14 13:48:25 +00:00

39 lines
1002 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= komodo-edit
PORTVERSION= 10.2.2
CATEGORIES= editors
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
DISTNAME= Komodo-Edit-${PORTVERSION}-17703-linux-x86
MAINTAINER= allanjude@FreeBSD.org
COMMENT= Multi-language editor from ActiveState
CONFLICTS= komodo-ide-6*
RESTRICTED= 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
${RLN} ${STAGEDIR}${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>