2007-12-15 15:28:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2007/12/15 20:28:51 ajacoutot Exp $
|
2007-03-25 09:02:29 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= cross-platform gettext catalogs (PO-files) editor
|
2007-03-25 09:02:29 -04:00
|
|
|
|
2007-09-20 08:41:06 -04:00
|
|
|
DISTNAME= poedit-1.3.7
|
2007-12-15 15:28:51 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2007-03-25 09:02:29 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.poedit.net/
|
|
|
|
|
2007-11-13 15:05:00 -05:00
|
|
|
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
|
2007-03-25 09:02:29 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
WANTLIB= c m pthread stdc++
|
|
|
|
|
2007-12-15 15:28:51 -05:00
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
2007-03-25 09:02:29 -04:00
|
|
|
LIB_DEPENDS= wx_base_xml,wx_gtk2_html,wx_gtk2_adv,wx_gtk2_xrc,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-spellchecking
|
|
|
|
|
|
|
|
PSEUDO_FLAVORS= no_db
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mno_db}
|
|
|
|
CONFIGURE_ARGS+=--disable-transmem
|
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= db.>=4::databases/db/v4
|
|
|
|
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/db4" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include/db4"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|