blob: b689e5e064820948d1d422d5a53fc94219b52ba1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: rch@richard.eu.org
# $FreeBSD$
PORTNAME= yudit
PORTVERSION= 2.9.2
CATEGORIES= editors converters print
MASTER_SITES= http://yudit.org/download/ \
SUNSITE/apps/editors/X
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-lingual Unicode text editor with TTF support
CONFLICTS= netatalk-[0-9]*
USE_XORG= x11
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= LC_ALL=
MAKE_ENV= LC_ALL=
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
|