2013-09-20 18:36:23 +02:00
|
|
|
# Created by: rch@richard.eu.org
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-07 23:05:40 +01:00
|
|
|
|
2000-04-14 08:21:02 +02:00
|
|
|
PORTNAME= yudit
|
2014-10-20 14:58:11 +02:00
|
|
|
PORTVERSION= 2.9.6
|
1998-12-07 23:05:40 +01:00
|
|
|
CATEGORIES= editors converters print
|
2000-05-20 03:59:13 +02:00
|
|
|
MASTER_SITES= http://yudit.org/download/ \
|
2008-04-25 17:48:01 +02:00
|
|
|
SUNSITE/apps/editors/X
|
1998-12-07 23:05:40 +01:00
|
|
|
|
2014-10-19 17:05:00 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2012-07-24 09:19:21 +02:00
|
|
|
COMMENT= Multi-lingual Unicode text editor with TTF support
|
1998-12-07 23:05:40 +01:00
|
|
|
|
2010-10-27 02:37:57 +02:00
|
|
|
CONFLICTS= netatalk-[0-9]*
|
2008-05-16 23:54:09 +02:00
|
|
|
|
2019-11-05 16:48:40 +01:00
|
|
|
USES= gmake xorg
|
2008-03-24 00:03:18 +01:00
|
|
|
USE_XORG= x11
|
2008-04-25 17:48:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2010-02-12 15:20:17 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2014-09-24 03:48:38 +02:00
|
|
|
PORTDATA= *
|
|
|
|
|
2014-10-19 17:05:00 +02:00
|
|
|
DESKTOP_ENTRIES="Yudit" "${COMMENT}" "${PREFIX}/share/pixmaps/yudit.xpm" \
|
|
|
|
"yudit" "Office;" false
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/icons/SS_Yudit_XPM.xpm \
|
|
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/yudit.xpm
|
|
|
|
|
1998-12-07 23:05:40 +01:00
|
|
|
.include <bsd.port.mk>
|