openbsd-ports/devel/poedit/Makefile

39 lines
849 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.16 2011/09/16 09:24:54 espie Exp $
COMMENT= cross-platform gettext catalogs (PO-files) editor
DISTNAME= poedit-1.3.7
2011-09-16 05:24:48 -04:00
REVISION = 5
CATEGORIES= devel
HOMEPAGE= http://www.poedit.net/
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2010-11-08 05:28:22 -05: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 14:45:56 -05:00
RUN_DEPENDS= devel/desktop-file-utils
2010-11-26 02:18:59 -05:00
LIB_DEPENDS= x11/wxWidgets>=2.6.3
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-spellchecking
2010-11-15 14:45:56 -05: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>