- enable python bindings

ok ajacoutot@
This commit is contained in:
jasper 2007-12-15 12:07:48 +00:00
parent 485befb342
commit 660f4d4493
3 changed files with 14 additions and 7 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2007/12/15 11:39:51 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2007/12/15 12:07:48 jasper Exp $
COMMENT= terminal emulation library
GNOME_PROJECT= vte
GNOME_VERSION= 0.16.10
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
SHARED_LIBS += vte 11.10 # .11.12
@ -21,14 +22,19 @@ WANTLIB= ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xi Xinerama Xcomposite \
pcre png util z
MODULES= devel/gettext \
lang/python \
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= gdk-x11-2.0.>=1000,gdk_pixbuf-2.0.>=1000,gtk-x11-2.0.>=1000::x11/gtk+2
RUN_DEPENDS= ::x11/py-gtk2
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-python
--enable-python
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib" \
PYTHON="${MODPY_BIN}"
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.5 2006/01/06 08:49:35 sturm Exp $
@comment $OpenBSD: PFRAG.shared,v 1.6 2007/12/15 12:07:49 jasper Exp $
@lib lib/libvte.so.${LIBvte_VERSION}
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2007/12/15 11:39:51 jasper Exp $
@comment $OpenBSD: PLIST,v 1.14 2007/12/15 12:07:49 jasper Exp $
bin/vte
include/vte/
include/vte/pty.h
@ -9,6 +9,8 @@ lib/libvte.a
lib/libvte.la
lib/pkgconfig/
lib/pkgconfig/vte.pc
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.a
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/vtemodule.la
lib/vte/
lib/vte/decset
lib/vte/interpret
@ -25,8 +27,6 @@ lib/vte/window
libexec/gnome-pty-helper
@mode
@group
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/vte/
share/gtk-doc/html/vte/VteReaper.html
share/gtk-doc/html/vte/VteTerminal.html