36 lines
898 B
Makefile
Executable File
36 lines
898 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.15 2012/04/03 15:57:05 ajacoutot Exp $
|
|
|
|
COMMENT= integration of xdg-user-dirs into GNOME/gtk+
|
|
|
|
GNOME_PROJECT= xdg-user-dirs-gtk
|
|
GNOME_VERSION= 0.9
|
|
|
|
CATEGORIES= x11 devel
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
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
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/xdg-user-dirs
|
|
LIB_DEPENDS= x11/gtk+3
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
FAKE_FLAGS= autostartdir=${PREFIX}/share/examples/xdg-user-dirs-gtk/xdg/autostart
|
|
|
|
.include <bsd.port.mk>
|