openbsd-ports/textproc/gtranslator/Makefile

67 lines
1.7 KiB
Makefile
Raw Normal View History

2011-09-20 16:51:51 -04:00
# $OpenBSD: Makefile,v 1.19 2011/09/20 20:51:52 jasper Exp $
2011-09-12 11:30:14 -04:00
BROKEN= does not compile with new libgda
SHARED_ONLY= Yes
COMMENT= gettext(1) files editor for GNOME
GNOME_PROJECT= gtranslator
2010-11-02 02:37:51 -04:00
GNOME_VERSION= 1.9.13
2011-09-16 07:41:38 -04:00
REVISION= 5
2011-03-25 05:13:43 -04:00
CATEGORIES= textproc devel
HOMEPAGE= http://projects.gnome.org/gtranslator/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1
WANTLIB += enchant expat fontconfig freetype gcrypt gdk-x11-2.0
2010-11-02 02:37:51 -04:00
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
2010-11-02 02:37:51 -04:00
WANTLIB += pthread-stubs stdc++ xcb xml2 z json-glib-1.0
WANTLIB += gettextpo gdl-1 gdict-1.0 gtksourceview-2.0 gtkspell
2010-11-02 02:37:51 -04:00
WANTLIB += gucharmap xcb-render gda-4.0 unique-1.0
WANTLIB += GL Xxf86vm drm gconf-2 gnome-keyring xcb-shm
MODULES= devel/gettext \
2011-03-25 05:13:43 -04:00
x11/gnome \
2010-11-20 14:56:47 -05:00
devel/dconf
2011-03-25 05:13:43 -04:00
RUN_DEPENDS= devel/gsettings-desktop-schemas
2010-10-08 05:43:11 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 14:56:47 -05:00
LIB_DEPENDS= x11/gnome/gdl \
x11/gnome/utils \
x11/gtksourceview \
textproc/gtkspell \
2011-09-12 11:30:14 -04:00
gtk2:x11/gnome/gucharmap \
2010-11-20 14:56:47 -05:00
x11/gnome/libgda \
devel/libunique \
devel/json-glib
MODGNOME_DESKTOP_FILE= Yes
2011-09-20 16:51:51 -04:00
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-gtkspell \
--with-dictionary
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/db4" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-liconv -lintl"
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>