2019-07-12 20:50:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.62 2019/07/12 20:51:17 sthen Exp $
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= color terminal emulator with unicode support
|
2017-09-24 07:30:21 +00:00
|
|
|
DISTNAME= mlterm-3.8.3
|
2019-05-20 22:15:00 +00:00
|
|
|
REVISION= 2
|
2010-07-30 12:03:08 +00:00
|
|
|
|
2017-08-23 15:20:14 +00:00
|
|
|
SHARED_LIBS+= mef 0.0 # 1.0
|
|
|
|
SHARED_LIBS+= pobl 0.0 # 1.0
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2013-09-30 09:46:08 +00:00
|
|
|
CATEGORIES= x11
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2017-09-16 14:26:26 +00:00
|
|
|
HOMEPAGE= http://mlterm.sourceforge.net/
|
|
|
|
|
2004-06-04 17:13:26 +00:00
|
|
|
# BSD
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-02-01 21:38:26 +00:00
|
|
|
|
2013-09-30 09:46:08 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xft Xi
|
|
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat ffi
|
2015-01-08 09:21:38 +00:00
|
|
|
WANTLIB += fontconfig freetype fribidi gdk_pixbuf-2.0 gdk-x11-2.0
|
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
|
2017-09-16 14:41:20 +00:00
|
|
|
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz iconv intl m pango-1.0
|
|
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
2017-10-23 17:11:02 +00:00
|
|
|
WANTLIB += util xcb xcb-render xcb-shm z
|
2004-06-04 17:13:26 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
|
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
2017-09-16 14:41:20 +00:00
|
|
|
|
2015-01-08 09:21:38 +00:00
|
|
|
LIB_DEPENDS= devel/fribidi \
|
2019-05-20 22:15:00 +00:00
|
|
|
devel/gettext,-runtime \
|
2015-01-08 09:21:38 +00:00
|
|
|
x11/gtk+2
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2015-06-29 08:37:57 +00:00
|
|
|
FAKE_FLAGS= INSTALL_DATA="${INSTALL_DATA}" \
|
|
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
|
|
sysconfdir="${PREFIX}/share/examples"
|
2013-09-30 09:46:08 +00:00
|
|
|
|
2012-12-17 18:39:29 +00:00
|
|
|
CONFIGURE_STYLE=autoconf
|
2013-09-30 09:46:08 +00:00
|
|
|
AUTOCONF_VERSION=2.65
|
2015-12-23 09:19:57 +00:00
|
|
|
CONFIGURE_ARGS= --disable-canna \
|
2016-08-30 10:02:18 +00:00
|
|
|
--disable-dl-ctl \
|
2015-12-23 09:19:57 +00:00
|
|
|
--disable-fcitx \
|
|
|
|
--disable-ibus \
|
2017-08-23 15:20:14 +00:00
|
|
|
--disable-iiimf \
|
2015-12-23 09:19:57 +00:00
|
|
|
--disable-ind \
|
|
|
|
--disable-m17nlib \
|
|
|
|
--disable-scim \
|
|
|
|
--disable-ssh2 \
|
|
|
|
--disable-uim \
|
|
|
|
--disable-wnn \
|
2015-01-08 09:21:38 +00:00
|
|
|
--with-gtk=2.0 \
|
|
|
|
--with-gui=xlib,fb \
|
2014-01-24 10:24:52 +00:00
|
|
|
--with-imagelib=gdk-pixbuf2 \
|
2016-04-21 11:42:29 +00:00
|
|
|
--with-tools=mlclient,mlconfig,mlcc,mlterm-menu,mlimgloader,mlfc
|
2010-11-07 19:50:10 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2"
|
2017-08-23 15:20:14 +00:00
|
|
|
MAKE_ENV= LIBmef_VERSION=${LIBmef_VERSION} \
|
|
|
|
LIBpobl_VERSION=${LIBpobl_VERSION}
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2004-06-04 17:13:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|