2013-03-11 10:50:00 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:24 espie Exp $
|
2007-03-25 13:02:29 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= cross-platform gettext catalogs (PO-files) editor
|
2007-03-25 13:02:29 +00:00
|
|
|
|
2007-09-20 12:41:06 +00:00
|
|
|
DISTNAME= poedit-1.3.7
|
2011-09-16 09:24:48 +00:00
|
|
|
REVISION = 5
|
2007-03-25 13:02:29 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.poedit.net/
|
|
|
|
|
2007-11-13 20:05:00 +00:00
|
|
|
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
|
2007-03-25 13:02:29 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2007-03-25 13:02:29 +00:00
|
|
|
|
2010-11-08 10:28:22 +00:00
|
|
|
WANTLIB= c m pthread stdc++ wx_base_xml wx_gtk2_html wx_gtk2_adv \
|
|
|
|
wx_gtk2_xrc wx_base wx_gtk2_core
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
2010-11-26 07:18:59 +00:00
|
|
|
LIB_DEPENDS= x11/wxWidgets>=2.6.3
|
2007-03-25 13:02:29 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-spellchecking
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
LIB_DEPENDS += databases/db/v4
|
|
|
|
WANTLIB += db>=4
|
2007-03-25 13:02:29 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/db4" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include/db4"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|