openbsd-ports/devel/giggle/Makefile

60 lines
1.6 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2012/09/02 18:03:28 ajacoutot Exp $
COMMENT= gtk-based git repository viewer
2011-10-24 13:56:16 -04:00
GNOME_VERSION= 0.6.1
GNOME_PROJECT= giggle
REVISION= 3
CATEGORIES= devel x11
2011-05-22 13:02:35 -04:00
SHARED_LIBS += giggle 0.0 # 0.0
SHARED_LIBS += giggle-git 0.0 # 0.0
2011-03-24 18:03:34 -04:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE= http://live.gnome.org/giggle
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2011-05-22 13:02:35 -04:00
MODULES= devel/gettext \
x11/gnome
2011-05-22 13:02:35 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject drm expat ffi fontconfig freetype gdk-3
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-3 gtksourceview-3.0 m pango-1.0 pangocairo-1.0
2011-05-22 13:02:35 -04:00
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
2011-11-04 05:18:43 -04:00
WANTLIB += xcb xcb-render xcb-shm xml2 z stdc++ # vte2_90
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/git
BUILD_DEPENDS+= devel/git
LIB_DEPENDS= x11/gtksourceview3
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
2011-12-03 14:38:09 -05:00
MODGNOME_ICON_CACHE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-evolution-data-server
# Disable the terminal for now: https://bugzilla.gnome.org/show_bug.cgi?id=662332
CONFIGURE_ARGS+=--disable-terminal
SUBST_VARS+= GNOME_VERSION
# Remove a few compiler options GCC 4.2.1 doesn't understand.
pre-configure:
perl -pi -e 's,-Wclobbered,,g;' \
-e 's,-Wempty-body,,g;' \
-e 's,-Wignored-qualifiers,,g;' \
-e 's,-Wtype-limits,,g;' \
-e 's,-Wmissing-parameter-type,,g' \
${WRKSRC}/configure
.include <bsd.port.mk>