[Midnightbsd-cvs] mports: mports/x11-toolkits: add py-vte for gedit-plugins.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 22 12:42:59 EDT 2008
Log Message:
-----------
add py-vte for gedit-plugins.
Modified Files:
--------------
mports/x11-toolkits:
Makefile (r1.39 -> r1.40)
Added Files:
-----------
mports/x11-toolkits/py-vte:
Makefile (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.39 -r1.40
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -39,6 +39,7 @@
SUBDIR += py-gnome-desktop
SUBDIR += py-gtk2
SUBDIR += py-gtksourceview
+ SUBDIR += py-vte
SUBDIR += qt33
SUBDIR += renaissance
SUBDIR += tk82
--- /dev/null
+++ x11-toolkits/py-vte/pkg-descr
@@ -0,0 +1,3 @@
+Python interface for VTE (Terminal widget).
+
+WWW: http://www.gnome.org/
--- /dev/null
+++ x11-toolkits/py-vte/pkg-plist
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.a
+%%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.so
--- /dev/null
+++ x11-toolkits/py-vte/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: py-vte
+# Date created: 18 February 2007
+# Whom: Alexander Nedotsukov <bland at FreeBSD.org>
+#
+# $MidnightBSD: mports/x11-toolkits/py-vte/Makefile,v 1.1 2008/03/22 16:42:57 laffer1 Exp $
+# $FreeBSD: ports/x11-toolkits/py-vte/Makefile,v 1.2 2007/05/19 20:31:51 flz Exp $
+# $MCom: ports/x11-toolkits/py-vte/Makefile,v 1.1 2007/02/18 19:12:57 mezz Exp $
+#
+
+PORTREVISION= 1
+CATEGORIES= x11-toolkits gnome python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Python interface for VTE (Terminal widget)
+LICENSE= lgpl
+
+MASTERDIR= ${.CURDIR}/../vte
+BUILD_WRKSRC= ${WRKSRC}/python
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+USE_GNOME= gnomehack gnometarget vte pygtk2
+USE_PYTHON= yes
+CONFIGURE_ARGS= --enable-python \
+ --disable-freetypetest
+
+.include "${MASTERDIR}/Makefile"
More information about the Midnightbsd-cvs
mailing list