ports/textproc/scim-table-imengine/Makefile
Muhammad Moinur Rahman 72153c9e19
textproc/scim-table-imengine: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 13:35:24 +01:00

26 lines
682 B
Makefile

PORTNAME= scim-table-imengine
PORTVERSION= 0.5.10
PORTREVISION= 8
CATEGORIES= textproc
MASTER_SITES= SF/scim/scim-tables/${PORTVERSION}
DISTNAME= scim-tables-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM table based input method engine
WWW= https://github.com/scim-im/scim
BUILD_DEPENDS= scim:textproc/scim
RUN_DEPENDS= scim:textproc/scim
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= compiler:c++11-lang gettext gmake libtool:keepla pkgconfig
CONFIGURE_ARGS= --disable-skim-support
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+= -L${LOCALBASE}/lib -lintl
post-patch:
@${TOUCH} ${WRKSRC}/config.h.in
.include <bsd.port.mk>