35 lines
779 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2017/07/26 22:45:18 sthen Exp $
COMMENT= cross-platform gettext catalogs (PO-files) editor
DISTNAME= poedit-1.3.7
REVISION= 9
CATEGORIES= devel
HOMEPAGE= http://www.poedit.net/
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
2017-07-16 19:18:47 +00:00
WANTLIB= c m pthread ${COMPILER_LIBCXX} wx_base_xml wx_gtk2_html wx_gtk2_adv \
2010-11-08 10:28:22 +00:00
wx_gtk2_xrc wx_base wx_gtk2_core
RUN_DEPENDS= devel/desktop-file-utils \
x11/gtk+3,-guic
2010-11-26 07:18:59 +00:00
LIB_DEPENDS= x11/wxWidgets>=2.6.3
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-spellchecking
2010-11-15 19:45:56 +00:00
LIB_DEPENDS += databases/db/v4
WANTLIB += db>=4
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/db4" \
CPPFLAGS="-I${LOCALBASE}/include/db4"
.include <bsd.port.mk>