1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/editors/yudit/Makefile
2023-06-18 18:47:38 +01:00

31 lines
661 B
Makefile

PORTNAME= yudit
PORTVERSION= 3.1.0
CATEGORIES= editors converters print
MASTER_SITES= http://yudit.org/download/ \
SUNSITE/apps/editors/X
MAINTAINER= danilo@FreeBSD.org
COMMENT= Multi-lingual Unicode text editor with TTF support
WWW= https://www.yudit.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.TXT
CONFLICTS= netatalk
USES= gmake xorg
USE_XORG= x11
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
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>