59 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.68 2016/03/18 23:12:16 naddy Exp $
2011-09-26 14:31:33 +00:00
COMMENT= terminal emulation library
GNOME_PROJECT= vte
2016-03-16 09:29:05 +00:00
GNOME_VERSION= 0.42.5
API_V= 2.91
2011-09-26 14:31:33 +00:00
PKGNAME= vte3-${GNOME_VERSION}
2015-10-13 10:55:45 +00:00
SHARED_LIBS += vte-2.91 1.0 # 4200.0
2011-09-26 14:31:33 +00:00
2012-03-23 13:25:00 +00:00
CATEGORIES= devel
2011-09-26 14:31:33 +00:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
2011-09-26 14:31:33 +00:00
PERMIT_PACKAGE_CDROM= Yes
2013-03-26 09:43:06 +00:00
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gmp gnutls gobject-2.0 graphite2 gthread-2.0 gtk-3
WANTLIB += harfbuzz hogweed m nettle p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += tasn1 util xcb xcb-render xcb-shm z
MODULES= devel/gettext \
2015-10-13 10:55:45 +00:00
x11/gnome \
gcc4
MODGCC4_ARCHS= *
MODGCC4_LANGS= c c++
2011-09-26 14:31:33 +00:00
2014-10-07 15:47:09 +00:00
# src/box_drawing_generate.sh
BUILD_DEPENDS= shells/bash
2015-04-03 11:26:01 +00:00
LIB_DEPENDS= security/gnutls \
x11/gtk+3
2011-09-26 14:31:33 +00:00
MODGNOME_TOOLS= gobject-introspection vala
2011-09-26 14:31:33 +00:00
2012-03-23 13:25:00 +00:00
CONFIGURE_STYLE= gnu
# error: -Bsymbolic requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
TEST_DEPENDS= shells/bash
2013-05-14 09:06:39 +00:00
SUBST_VARS += API_V
2012-09-17 08:05:04 +00:00
# XXX: https://bugzilla.gnome.org/show_bug.cgi?id=675987
post-install:
rm -r ${WRKINST}${SYSCONFDIR}/profile.d
2011-09-26 14:31:33 +00:00
.include <bsd.port.mk>