2012-04-23 13:15:17 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2012/04/23 17:15:18 espie Exp $
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2010-12-14 17:50:58 -05:00
|
|
|
COMMENT = GTK client for LiveJournal
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2010-12-14 17:50:58 -05:00
|
|
|
DISTNAME = logjam-4.6.1
|
2008-10-28 11:20:50 -04:00
|
|
|
CATEGORIES = misc x11
|
2012-04-23 13:15:17 -04:00
|
|
|
REVISION = 3
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2010-12-14 17:50:58 -05:00
|
|
|
HOMEPAGE = http://andy-shev.github.com/LogJam/
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2008-10-28 11:20:50 -04:00
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2007-11-14 04:43:39 -05:00
|
|
|
|
2012-03-30 14:01:04 -04:00
|
|
|
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 enchant
|
|
|
|
WANTLIB += expat ffi fontconfig freetype gailutil gconf-2 gdk-x11-2.0
|
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
2010-12-14 17:50:58 -05:00
|
|
|
WANTLIB += gthread-2.0 gtk-x11-2.0 gtkhtml-3.14 m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
2012-03-30 14:01:04 -04:00
|
|
|
WANTLIB += soup-2.4 sqlite3 stdc++ xcb xcb-render xcb-shm xml2
|
|
|
|
WANTLIB += z
|
2010-12-14 17:50:58 -05:00
|
|
|
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/download/
|
2008-10-28 11:20:50 -04:00
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2008-11-23 13:18:51 -05:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
textproc/intltool
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2012-04-23 13:15:17 -04:00
|
|
|
LIB_DEPENDS = devel/libsoup \
|
2010-12-14 17:50:58 -05:00
|
|
|
textproc/libxml \
|
|
|
|
www/gtkhtml3
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2010-11-05 04:24:49 -04:00
|
|
|
USE_GROFF = Yes
|
2010-12-14 17:50:58 -05:00
|
|
|
USE_GMAKE = Yes
|
2008-10-28 11:20:50 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
2010-12-14 17:50:58 -05:00
|
|
|
CONFIGURE_ARGS = --with-gtkhtml314 \
|
|
|
|
--with-libsoup \
|
|
|
|
--with-sqlite3 \
|
2008-10-28 11:20:50 -04:00
|
|
|
--without-librsvg \
|
2008-11-23 13:18:51 -05:00
|
|
|
--without-gtkspell \
|
2010-12-14 17:50:58 -05:00
|
|
|
--without-xmms \
|
|
|
|
--without-banshee
|
2002-08-27 18:59:10 -04:00
|
|
|
|
2008-10-28 11:20:50 -04:00
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-02-12 13:14:28 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-08-27 18:59:10 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|