2010-12-14 17:50:58 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2010/12/14 22:50:58 jasper 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
|
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
|
|
|
|
2010-12-14 17:50:58 -05:00
|
|
|
WANTLIB += GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
|
|
|
|
WANTLIB += c cairo dbus-1 dbus-glib-1 drm enchant expat fontconfig
|
|
|
|
WANTLIB += freetype gailutil gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnutls gobject-2.0 gpg-error
|
|
|
|
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
|
|
|
|
WANTLIB += soup-2.4 sqlite3 stdc++ tasn1 xcb xcb-render xcb-shm
|
|
|
|
WANTLIB += xml2 z
|
|
|
|
|
|
|
|
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
|
|
|
|
2010-12-14 17:50:58 -05:00
|
|
|
LIB_DEPENDS = databases/sqlite3 \
|
|
|
|
devel/libsoup \
|
|
|
|
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>
|