blob: ddf10b359a8ad1f481ad05ddfc05edf3ccb691f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
PORTNAME= presage
DISTVERSION= 0.9.1
CATEGORIES= deskutils kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Intelligent predictive text entry system
WWW= https://presage.sourceforge.io/
BUILD_DEPENDS= help2man:misc/help2man \
${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libtinyxml.so:textproc/tinyxml \
libuuid.so:misc/e2fsprogs-libuuid
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
USES= gmake libtool:build localbase shebangfix python:3.6+ sqlite
SHEBANG_FILES= apps/dbus/presage_dbus_python_demo \
apps/dbus/presage_dbus_python_demo.in \
apps/dbus/presage_dbus_service \
apps/dbus/presage_dbus_service.py \
apps/python/presagemate/presagemate.py \
apps/python/pypresagemate.in \
apps/python/pyprompter.in \
bindings/python/presage_python_demo.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-documentation \
--disable-gprompter \
--disable-static
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= soothsayer # man/man1/text2ngram.1.gz
.include <bsd.port.mk>
|