pkgsrc/editors/yudit/Makefile
ryoon 1e561d119d Update to 2.9.2.
Set LICENSE.
Older changelog is not included.

Changelog:
Changes since version 2.9.0:
---------------------------
- Updated to Unicode 5.2.0
- Landscape printing bug fixed
- DOS CRLF with uniconv bug fixed
- Hungarian Runes (PUA) rovasiras glyph adjustments
- Windows port now behaves itself
- Minor enhancements
2011-03-02 13:33:12 +00:00

26 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.26 2011/03/02 13:33:12 ryoon Exp $
DISTNAME= yudit-2.9.2
CATEGORIES= editors
MASTER_SITES= http://yudit.org/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgmerge
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
BUILDLINK_DEPMETHOD.libXt= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"