- Switch to PLIST_FILES/PORTDATA

- Remove always false condition
This commit is contained in:
Dmitry Marakasov 2014-09-30 10:41:08 +00:00
parent dcf51f5d0c
commit 73f9960288
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369582
2 changed files with 5 additions and 3607 deletions

View File

@ -20,6 +20,10 @@ ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
USE_LINUX= f10
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 \
@ -27,12 +31,6 @@ DESKTOP_ENTRIES="Komodo Edit" \
"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}
@ -42,4 +40,4 @@ do-install:
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/run-mozilla.sh
${LN} -sf ${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.post.mk>
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff