summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
commit45a085ac121097053e07252c60df65b972d4d74c (patch)
tree87327f81a78f2fa500bff3fc34f4495e37864806 /x11/mlterm
parent- Updated to 5.4.1 (diff)
- Remove support for xfree86-3
PR: ports/106666 Submitted by: vd With hat: portmgr
Notes
Notes: svn path=/head/; revision=183965
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 2b47ae01f044..68ab4c820836 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -14,13 +14,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Multilingual X11 terminal emulator
+LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
+
USE_X_PREFIX= yes
USE_GNOME= gtk20 lthack
USE_AUTOTOOLS= libtool:15
LIBTOOLFILES= configure kiklib/configure mkf/configure
USE_PERL5_BUILD=yes
CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf --enable-utmp \
- --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig"
+ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig" \
+ --with-type-engines="xcore,xft"
CONFIGURE_ENV= LIBS=-L${LOCALBASE}/lib CFLAGS=-I${LOCALBASE}/include
OPTIONS= FRIBIDI "Use Fribidi for BiDi rendering" off \
@@ -86,14 +89,6 @@ INSTALLS_SHLIB= yes
MAN1= mlterm.1 mlclient.1
-.if ${X_WINDOW_SYSTEM:L} == xfree86-3
-PKGNAMESUFFIX= -noaa
-CONFIGURE_ARGS+= --with-type-engines=xcore
-.else
-CONFIGURE_ARGS+= --with-type-engines="xcore,xft"
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
-.endif
-
post-configure:
@${CP} ${LIBTOOL} ${WRKSRC}
@${REINPLACE_CMD} -e "s,@CGI_BIN@,${PREFIX}/libexec/w3mmlconfig," \