freebsd-ports/textproc/libkmfl/Makefile
Renato Botelho 630bc19927 This library provides an engine to interpret compiled
(textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard
language for use with SCIM KMFL IMEngine
(textproc/scim-kmfl-imengine).

KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

WWW: http://kmfl.sourceforge.net/

PR:		ports/117169
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2007-10-18 16:05:36 +00:00

50 lines
1.2 KiB
Makefile

# New ports collection makefile for: libkmfl
# Date created: 10 October 2007
# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net>
#
# $FreeBSD$
#
PORTNAME= libkmfl
PORTVERSION= 0.9.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://anthesphoria.net/files/distribution/
MASTER_SITE_SUBDIR= kmfl
DIST_SUBDIR= kmfl
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= An engine to interpret compiled KMFL keyboard tables
LIB_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp
USE_LDCONFIG= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME}
PORTDOCS= AUTHORS COPYING ChangeLog
PLIST_FILES= include/kmfl/libkmfl.h \
lib/libkmfl.a \
lib/libkmfl.la \
lib/libkmfl.so \
lib/libkmfl.so.0
post-patch:
@${REINPLACE_CMD} \
's|^install-data-am: install-libkmfldocDATA|install-data-am:|' \
${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
. for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.mk>