52 lines
1.3 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.36 2013/03/30 15:09:30 jasper Exp $
2010-12-14 22:50:58 +00:00
COMMENT = GTK client for LiveJournal
2010-12-14 22:50:58 +00:00
DISTNAME = logjam-4.6.1
CATEGORIES = misc x11
REVISION = 4
2010-12-14 22:50:58 +00:00
HOMEPAGE = http://andy-shev.github.com/LogJam/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
2007-11-14 09:43:39 +00:00
2010-12-14 22:50:58 +00:00
MASTER_SITES = ${HOMEPAGE}/download/
EXTRACT_SUFX = .tar.bz2
MODULES = devel/gettext \
textproc/intltool
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 expat
WANTLIB += ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz icudata icule icuuc
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs soup-2.4 sqlite3 xcb xcb-render
WANTLIB += xcb-shm xml2 z
2012-04-23 17:15:17 +00:00
LIB_DEPENDS = devel/libsoup \
2010-12-14 22:50:58 +00:00
textproc/libxml \
x11/dbus-glib \
x11/gtk+2
2010-11-19 07:23:05 +00:00
RUN_DEPENDS = devel/desktop-file-utils
2010-11-05 08:24:49 +00:00
USE_GROFF = Yes
2010-12-14 22:50:58 +00:00
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-libsoup \
2010-12-14 22:50:58 +00:00
--with-sqlite3 \
--without-librsvg \
--without-gtkspell \
--without-gtkhtml314 \
2010-12-14 22:50:58 +00:00
--without-xmms \
--without-banshee
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>