1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/kmfl-sil-ezra/Makefile
Wesley Shields 7da81d3240 - Patch SCIM KMFL engine (textproc/scim-kmfl-imengine) to use
the same neutral keyboard repository as textproc/ibus-kmfl does,
  ${LOCALBASE}/share/kmfl/. This approach is similar to m17n (its
  keyboard databases, devel/m17n-db and textproc/m17n-contrib, are
  shared between textproc/scim-m17n and textproc/ibus-m17n). This
  patch also makes both these KMFL engine ports to read ~/.kmfl/
  instead of SCIM-oriented ~/.scim/kmfl/.
  There is UPDATING text that informs KMFL users about this.

- Patch keyboard ports (7 of them) to install data to the new
  repository, ${LOCALBASE}/share/kmfl/; the keyboard ports were
  SCIM-only and used to install to ${LOCALBASE}/share/scim/kmfl/.

- Adapt descriptions in other KMFL ports (textproc/kmflcomp,
  textproc/libkmfl);

- While we are here, do some additional maintenance.

- Remove the 7 old ports.

- Please see the PR for full details.

PR:		ports/156694
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
2011-05-29 13:28:25 +00:00

74 lines
2.5 KiB
Makefile

# New ports collection makefile for: scim-kmfl-sil-ezra
# Date created: 14 July 2009
# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net>
#
# $FreeBSD$
PORTNAME= kmfl-sil-ezra
PORTVERSION= 2.4
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL251_Src.zip\&filename=/:1 \
http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL2.5Keying\&filename=/:2 \
http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/:1,2
DISTFILES= EzraSIL251_Src.zip:1 \
Keying+in+Hebrew.pdf:2
DIST_SUBDIR= kmfl
EXTRACT_ONLY= EzraSIL251_Src.zip
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= KMFL keyboard for Unicode Biblical Hebrew
RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp
WRKSRC= ${WRKDIR}/EzraSIL2.51
USE_DOS2UNIX= Keyman/EZRAUNI24.KMN
NO_BUILD= yes
USE_ZIP= yes
DOCSDIR_REL= share/doc/kmfl/${PORTNAME}
DOCSDIR= ${PREFIX}/${DOCSDIR_REL}
KMFL_DIR= share/kmfl
KMFL_ICONS_DIR= share/kmfl/icons
PORTDOCS= *
DOCSLIST= ${WRKSRC}/Licenses.txt ${WRKSRC}/README.txt \
${WRKSRC}/WordDocs/Ezra\ SIL\ Keyboard\ Chart.doc \
${DISTDIR}/${DIST_SUBDIR}/Keying+in+Hebrew.pdf \
${WRKSRC}/WordDocs/Simplified\ keyboard\ chart.doc
PLIST_FILES= ${KMFL_DIR}/EZRAUNI24.kmn \
${KMFL_ICONS_DIR}/HEBDISPY.bmp \
${KMFL_ICONS_DIR}/alef.bmp
PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \
${KMFL_DIR}
do-install:
${MKDIR} ${LOCALBASE}/${KMFL_DIR} ${LOCALBASE}/${KMFL_ICONS_DIR}
${CP} -f ${WRKSRC}/Keyman/EZRAUNI24.KMN ${WRKSRC}/Keyman/EZRAUNI24.kmn
${INSTALL_DATA} ${WRKSRC}/Keyman/*.kmn ${LOCALBASE}/${KMFL_DIR}
${INSTALL_DATA} ${WRKSRC}/Keyman/*.bmp ${LOCALBASE}/${KMFL_ICONS_DIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
for doc in ${DOCSLIST} ; do \
${INSTALL_DATA} "$$doc" ${DOCSDIR} ; \
done
.endif
post-install:
@${ECHO_MSG} "--------------------------------------------------------"
@${ECHO_MSG} " You should now have the new keyboard in the section"
@${ECHO_MSG} " \"Hebrew\" in your SCIM/IBus menu. If you don't see it,"
@${ECHO_MSG} " restart X."
.if !defined(NOPORTDOCS)
@${ECHO_MSG}
@${ECHO_MSG} " The documentation is installed into:"
@${ECHO_MSG} " ${DOCSDIR}"
@${ECHO_MSG} " Please note that some documentation files are"
@${ECHO_MSG} " officially released in proprietary formats only and"
@${ECHO_MSG} " that they are installed as such."
.endif
@${ECHO_MSG} "--------------------------------------------------------"
.include <bsd.port.mk>