aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2011-06-04 06:49:43 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2011-06-04 06:49:43 +0000
commit9cbcc68913642494f6d9f5bbba980da229d93314 (patch)
tree3c2f1300ff633afdf9009348ec0af9375ca7d770 /x11
parentbfe97bd753a8657eadbdd58b3254a02f4c949d23 (diff)
downloadports-9cbcc68913642494f6d9f5bbba980da229d93314.tar.gz
ports-9cbcc68913642494f6d9f5bbba980da229d93314.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile3
-rw-r--r--x11/mlterm/files/patch-gtk_Makefile.in29
-rw-r--r--x11/mlterm/pkg-plist8
3 files changed, 35 insertions, 5 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 89c42d8abdaf..22d325094358 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mlterm
PORTVERSION= 3.0.4
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
@@ -16,7 +17,7 @@ COMMENT= Multilingual X11 terminal emulator
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_XORG= sm
-USE_GNOME= gtk20 lthack
+USE_GNOME= gtk20 lthack vte
USE_AUTOTOOLS= libtool
LIBTOOLFILES= configure kiklib/configure mkf/configure
USE_PERL5_BUILD=yes
diff --git a/x11/mlterm/files/patch-gtk_Makefile.in b/x11/mlterm/files/patch-gtk_Makefile.in
new file mode 100644
index 000000000000..8939a4c8d860
--- /dev/null
+++ b/x11/mlterm/files/patch-gtk_Makefile.in
@@ -0,0 +1,29 @@
+--- gtk/Makefile.in.orig 2011-06-04 15:13:16.000000000 +0900
++++ gtk/Makefile.in 2011-06-04 15:14:33.000000000 +0900
+@@ -23,10 +23,10 @@
+
+ OBJ = vte.o marshal.o vtetypebuiltins.o reaper.o
+
+-all: libvte.la
++all: libvte-mlterm.la
+
+-libvte.la: $(OBJ)
+- $(LIBTOOL_LINK) -o libvte.la $(OBJ:.o=.lo) ../mlterm/*.lo \
++libvte-mlterm.la: $(OBJ)
++ $(LIBTOOL_LINK) -o libvte-mlterm.la $(OBJ:.o=.lo) ../mlterm/*.lo \
+ `echo ../xwindow/*.lo|sed 's/..\/xwindow\/main.lo//g' | \
+ sed 's/..\/xwindow\/x_term_manager.lo//g' | \
+ sed 's/..\/xwindow\/x_sb_screen.lo//g' | \
+@@ -43,10 +43,10 @@
+ -I$(top_builddir)/xwindow -I../mkf/include -I../kiklib/include -g -c $<
+
+ clean:
+- rm -rf $(OBJ) $(OBJ:.o=.lo) libvte.la *.core .libs
++ rm -rf $(OBJ) $(OBJ:.o=.lo) libvte-mlterm.la *.core .libs
+
+ distclean: clean
+ rm -f Makefile
+
+ install:
+- $(LIBTOOL_INSTALL) libvte.la $(libdir)
++ $(LIBTOOL_INSTALL) libvte-mlterm.la $(libdir)
diff --git a/x11/mlterm/pkg-plist b/x11/mlterm/pkg-plist
index fa1405a37a51..969e9050a074 100644
--- a/x11/mlterm/pkg-plist
+++ b/x11/mlterm/pkg-plist
@@ -23,10 +23,10 @@ lib/libmkf.a
lib/libmkf.la
lib/libmkf.so
lib/libmkf.so.15
-lib/libvte.a
-lib/libvte.la
-lib/libvte.so
-lib/libvte.so.9
+lib/libvte-mlterm.a
+lib/libvte-mlterm.la
+lib/libvte-mlterm.so
+lib/libvte-mlterm.so.9
lib/mkf/libmkf_8bits.a
lib/mkf/libmkf_8bits.la
lib/mkf/libmkf_8bits.so