pkgsrc/editors/poedit/Makefile
minskim 00800f12c9 Update poedit to 1.3.4.
Changes since 1.2.5:
- build with wxGTK-2.6
- use standard accelerators for Close command
- added ability to create bookmarks (Olivier Sannier)
- improved status icons (Olivier Sannier)
- more robust parsing of catalog headers
- saving into read-only file now fails as expected
- added "New catalog from POT file" feature
- added ability to display automatic comments in the UI
- added ability to search comments
- added checking of input files' correctness
- plural forms support
- fixed catalog I/O to correctly handle automatic comments
- usability improvements
- added more translations
- many bug fixes
2005-10-09 18:33:17 +00:00

24 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/10/09 18:33:17 minskim Exp $
#
DISTNAME= poedit-1.3.4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://poedit.sourceforge.net/
COMMENT= Cross-platform gettext catalogs (.po files) editor
DEPENDS+= zip-[0-9]*:../../archivers/zip
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2 gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config
.include "../../databases/db4/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"