27 lines
658 B
Makefile
27 lines
658 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= inscript2
|
|
PORTVERSION= 20160423
|
|
CATEGORIES= devel textproc
|
|
MASTER_SITES= https://releases.pagure.org/${PORTNAME}/
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Enhanced Inscript keyboard layouts for Indic languages
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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>
|