0f30b523ba
gnome-terminal is a terminal emulator program that is part of the GNOME project. gnome-terminal supports color displays and provides mouse support to applications that are aware of mouse events for xterm-like terminals. ok aja@
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/13 23:08:32 jasper Exp $
|
|
|
|
COMMENT= GNOME terminal
|
|
|
|
GNOME_PROJECT= gnome-terminal
|
|
GNOME_VERSION= 3.0.1
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= devel/gconf2 \
|
|
devel/gettext \
|
|
x11/gnome
|
|
|
|
WANTLIB += GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage
|
|
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
|
|
WANTLIB += atk-1.0 c cairo cairo-gobject drm expat fontconfig
|
|
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 m ncurses pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
WANTLIB += vte2_90 xcb xcb-render xcb-shm z
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas
|
|
LIB_DEPENDS= devel/vte,gtk3
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
DESKTOP_FILES= Yes
|
|
MODGCONF2_SCHEMAS_DIR= gnome-terminal
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--with-gtk=3.0
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|