-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathPortfile
36 lines (27 loc) · 1.43 KB
/
Portfile
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
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name yudit
version 2.9.6
categories editors
platforms darwin
maintainers nomaintainer
license GPL-2
description unicode text editor for X
long_description Yudit is a unicode text editor for the X Window System. \
It can do TrueType font rendering, printing, \
transliterated keyboard input and handwriting recognition \
with no dependencies on external engines. Its conversion \
utilities can convert text between various encodings. \
Keyboard input maps can also act like text converters. \
There is no need for a pre-installed multi-lingual \
environment. Menus are translated into many languages.
homepage http://www.yudit.org/
master_sites ${homepage}download/
use_bzip2 yes
checksums rmd160 c5d3b0e3f9d3b88130b98a6019bfdb3e527688f1 \
sha256 465883e31dfc3351c3bfee306df17d5d1977ed95fa9f9ae32d5c68e1bec3bec8
depends_lib port:xorg-libX11
configure.args --mandir=${prefix}/share/man \
--x-includes=${prefix}/include \
--x-libraries=${prefix}/lib
use_parallel_build no