blob: 8a9410d633db414dc01344a9a7f0d5d4e3c59f4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.10 2004/01/22 08:30:30 grant Exp $
#
DISTNAME= yudit-2.7.6
CATEGORIES= editors
MASTER_SITES= http://yudit.org/download/
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
USE_BUILDLINK2= yes
USE_GNU_TOOLS+= make
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|