freebsd-ports/editors/yudit/Makefile

30 lines
633 B
Makefile
Raw Normal View History

# Created by: rch@richard.eu.org
1999-08-25 07:57:29 +02:00
# $FreeBSD$
PORTNAME= yudit
2014-10-20 14:58:11 +02:00
PORTVERSION= 2.9.6
CATEGORIES= editors converters print
2000-05-20 03:59:13 +02:00
MASTER_SITES= http://yudit.org/download/ \
SUNSITE/apps/editors/X
MAINTAINER= danilo@FreeBSD.org
2012-07-24 09:19:21 +02:00
COMMENT= Multi-lingual Unicode text editor with TTF support
CONFLICTS= netatalk-[0-9]*
USES= gmake xorg
USE_XORG= x11
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
2014-09-24 03:48:38 +02:00
PORTDATA= *
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
.include <bsd.port.mk>