summaryrefslogtreecommitdiffstats
path: root/editors/yudit/Makefile
blob: 0522592a8aa6be64265943000377f5b6c69cd257 (plain)
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
30
# New ports collection makefile for:	yudit
# Date created:		October 3, 1998
# Whom:			rch@richard.eu.org
#
# $FreeBSD$
#

PORTNAME=	yudit
PORTVERSION=	2.8.1
PORTREVISION=	2
CATEGORIES=	editors converters print
MASTER_SITES=	http://yudit.org/download/ \
		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	apps/editors/X
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Multi-lingual unicode text editor with TTF support

USE_GETTEXT=	yes
USE_XORG=	x11
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
		LDFLAGS="-L${X11BASE}/lib" \
		LC_ALL=
GNU_CONFIGURE=	YES
MAKE_ENV=	LC_ALL=
MAN1=		mytool.1 uniconv.1 uniprint.1
USE_GMAKE=	YES

.include <bsd.port.mk>
OpenPOWER on IntegriCloud