mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d52303ea80
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'.
30 lines
633 B
Makefile
30 lines
633 B
Makefile
# Created by: rch@richard.eu.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yudit
|
|
PORTVERSION= 2.9.6
|
|
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
|
|
|
|
CONFLICTS= netatalk-[0-9]*
|
|
|
|
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>
|