summaryrefslogtreecommitdiff
path: root/editors/yudit/Makefile
blob: 0f4d55cd986334b9e5a3643ad336c3b73bba3ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:42 tv Exp $
#

DISTNAME=	yudit-2.7.6
PKGREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	http://yudit.org/download/

MAINTAINER=	wulf@NetBSD.org
HOMEPAGE=	http://yudit.org/
COMMENT=	Unicode Text Editor

USE_GNU_TOOLS+=	make
USE_LANGUAGES=	c c++
USE_X11=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ARGS+=	--with-x

.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"