pkgsrc/editors/poedit/Makefile

24 lines
628 B
Makefile
Raw Normal View History

2005-08-07 13:28:07 +02:00
# $NetBSD: Makefile,v 1.8 2005/08/07 11:29:03 wiz Exp $
#
DISTNAME= poedit-1.2.5
2005-08-07 13:28:07 +02:00
PKGREVISION= 3
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_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
2005-08-07 13:28:07 +02:00
CONFIGURE_ENV+= WX_CONFIG_NAME=${LOCALBASE}/bin/wx24-config
.include "../../databases/db4/buildlink3.mk"
2005-08-07 13:28:07 +02:00
.include "../../x11/wxGTK24/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"