aboutsummaryrefslogtreecommitdiffstats
path: root/editors/yudit/Makefile
blob: 5b776c139ac41a55390b67ac47db21b5c589da25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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]*

USE_XORG=   x11
USES=       gmake
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>