15196452e1
with erroneous depends.
46 lines
952 B
Makefile
46 lines
952 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/11/26 14:44:27 espie Exp $
|
|
|
|
COMMENT= cross-platform gettext catalogs (PO-files) editor
|
|
|
|
DISTNAME= poedit-1.3.7
|
|
REVISION = 3
|
|
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
|
|
|
|
USE_GROFF = Yes
|
|
|
|
WANTLIB= c m pthread stdc++ wx_base_xml wx_gtk2_html wx_gtk2_adv \
|
|
wx_gtk2_xrc wx_base wx_gtk2_core
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
LIB_DEPENDS= x11/wxWidgets>=2.6.3
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= --disable-spellchecking
|
|
|
|
PSEUDO_FLAVORS= no_db
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mno_db}
|
|
CONFIGURE_ARGS+=--disable-transmem
|
|
.else
|
|
LIB_DEPENDS += databases/db/v4
|
|
WANTLIB += db>=4
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/db4" \
|
|
CPPFLAGS="-I${LOCALBASE}/include/db4"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|