openbsd-ports/misc/logjam/Makefile
ajacoutot 398b784847 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 22:15:32 +00:00

47 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.23 2009/12/21 22:15:32 ajacoutot Exp $
COMMENT = gtk livejournal client
DISTNAME = logjam-4.5.3
PKGNAME = ${DISTNAME}p3
CATEGORIES = misc x11
HOMEPAGE = http://logjam.danga.com/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo crypto expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs ssl xcb z
MASTER_SITES = http://logjam.danga.com/download/
EXTRACT_SUFX = .tar.bz2
MODULES = devel/gettext \
textproc/intltool
LIB_DEPENDS = gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
sqlite3::databases/sqlite3 \
curl.>=2::net/curl \
xml2::textproc/libxml
RUN_DEPENDS = ::devel/desktop-file-utils
USE_X11 = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --without-gnome \
--without-librsvg \
--without-gtkspell \
--without-xmms
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>