61 lines
1.6 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.62 2019/07/12 20:51:17 sthen Exp $
COMMENT= color terminal emulator with unicode support
2017-09-24 07:30:21 +00:00
DISTNAME= mlterm-3.8.3
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
CATEGORIES= x11
HOMEPAGE= http://mlterm.sourceforge.net/
# BSD
PERMIT_PACKAGE= Yes
2008-02-01 21:38:26 +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
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
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
BUILD_DEPENDS= devel/gettext,-tools
2015-01-08 09:21:38 +00:00
LIB_DEPENDS= devel/fribidi \
devel/gettext,-runtime \
2015-01-08 09:21:38 +00:00
x11/gtk+2
2015-06-29 08:37:57 +00:00
FAKE_FLAGS= INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
sysconfdir="${PREFIX}/share/examples"
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.65
2015-12-23 09:19:57 +00:00
CONFIGURE_ARGS= --disable-canna \
--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 \
--with-imagelib=gdk-pixbuf2 \
2016-04-21 11:42:29 +00:00
--with-tools=mlclient,mlconfig,mlcc,mlterm-menu,mlimgloader,mlfc
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}
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
.include <bsd.port.mk>