mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
Changelog at <https://pagure.io/inscript2/c/b4a6162fc71067dc016f42a6ed614dbb20f52e24?branch=main>
25 lines
614 B
Makefile
25 lines
614 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
PORTNAME= inscript2
|
|
PORTVERSION= 20210820
|
|
CATEGORIES= devel textproc
|
|
MASTER_SITES= https://releases.pagure.org/${PORTNAME}/
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Enhanced Inscript keyboard layouts for Indic languages
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= m17n-db:devel/m17n-db
|
|
RUN_DEPENDS= m17n-db:devel/m17n-db
|
|
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
M17N_DATADIR= ${PREFIX}/share/m17n
|
|
|
|
do-build:
|
|
${REINPLACE_CMD} -e 's|/usr/share/m17n|${STAGEDIR}${M17N_DATADIR}|' \
|
|
${WRKSRC}/${MAKEFILE}
|
|
${MKDIR} ${STAGEDIR}${M17N_DATADIR}/icons
|
|
|
|
.include <bsd.port.mk>
|