openbsd-ports/x11/gnome/system-log/Makefile
ajacoutot 8acd57a92f Import gnome-system-log-3.4.0.
This program displays system log files in a friendly way and allows one
to filter or search expressions in them.

ok robert@
2012-03-28 15:39:06 +00:00

31 lines
750 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/03/28 15:39:06 ajacoutot Exp $
COMMENT= system log viewer for GNOME
GNOME_PROJECT= gnome-system-log
GNOME_VERSION= 3.4.0
# GPLv2 - GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat
WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-shm
WANTLIB += z
LIB_DEPENDS= x11/gtk+3
MODULES= devel/dconf \
devel/gettext \
x11/gnome
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
.include <bsd.port.mk>