openbsd-ports/devel/vte3/Makefile

50 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2012/02/24 10:44:55 mpi Exp $
2011-09-26 10:31:33 -04:00
COMMENT= terminal emulation library
GNOME_PROJECT= vte
2011-10-17 07:38:42 -04:00
GNOME_VERSION= 0.30.1
2011-09-26 10:31:33 -04:00
PKGNAME= vte3-${GNOME_VERSION}
REVISION= 3
2011-09-26 10:31:33 -04:00
SHARED_LIBS += vte2_90 1.0 # 3009.0
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext \
x11/gnome
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
2011-10-17 02:41:43 -04:00
WANTLIB += gthread-2.0 gtk-3 m ncurses pango-1.0 pangocairo-1.0
2011-09-26 10:31:33 -04:00
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
2012-02-21 17:36:43 -05:00
WANTLIB += stdc++ util xcb xcb-render xcb-shm z
2011-09-26 10:31:33 -04:00
LIB_DEPENDS= x11/gtk+3
MODGNOME_TOOLS= goi
AUTOCONF_VERSION= 2.68
AUTOMAKE_VERSION= 1.11
CONFIGURE_STYLE= autoconf
2011-09-26 10:31:33 -04:00
CONFIGURE_ARGS+= --disable-Bsymbolic \
--disable-gnome-pty-helper \
--enable-bsd-pty
2011-09-26 10:31:33 -04:00
.include <bsd.port.mk>