2014-01-24 10:24:52 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.35 2014/01/24 10:24:52 dcoppa Exp $
|
2013-09-30 09:46:08 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= color terminal emulator with unicode support
|
2014-01-11 21:15:26 +00:00
|
|
|
DISTNAME= mlterm-3.3.2
|
2014-01-24 10:24:52 +00:00
|
|
|
REVISION= 0
|
2010-07-30 12:03:08 +00:00
|
|
|
|
2013-09-30 09:46:08 +00:00
|
|
|
SHARED_LIBS+= kik 11.0 # 15.1
|
|
|
|
SHARED_LIBS+= mkf 14.0 # 16.0
|
|
|
|
SHARED_LIBS+= mlterm_core 0.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
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= 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
|
|
|
|
WANTLIB += fontconfig freetype gdk_pixbuf-2.0 gdk-x11-2.0 gio-2.0
|
|
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
|
|
|
|
WANTLIB += gtk-x11-2.0 harfbuzz m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
|
|
WANTLIB += util xcb xcb-render xcb-shm z
|
2004-06-04 17:13:26 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://mlterm.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2004-06-04 17:13:26 +00:00
|
|
|
|
2006-01-20 13:12:02 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2013-09-30 09:46:08 +00:00
|
|
|
FAKE_FLAGS= sysconfdir="${PREFIX}/share/examples"
|
|
|
|
|
2012-12-17 18:39:29 +00:00
|
|
|
CONFIGURE_STYLE=autoconf
|
2013-09-30 09:46:08 +00:00
|
|
|
AUTOCONF_VERSION=2.65
|
2004-12-06 22:14:42 +00:00
|
|
|
CONFIGURE_ARGS= --enable-anti-alias --enable-utmp \
|
2014-01-24 10:24:52 +00:00
|
|
|
--with-gtk=2.0 --with-gui=xlib,fb \
|
|
|
|
--with-imagelib=gdk-pixbuf2 \
|
2013-09-30 09:46:08 +00:00
|
|
|
--with-type-engines=xft,xcore
|
2010-11-07 19:50:10 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2"
|
2005-12-25 21:14:26 +00:00
|
|
|
MAKE_ENV= LIBkik_VERSION=${LIBkik_VERSION} \
|
2013-09-30 09:46:08 +00:00
|
|
|
LIBmkf_VERSION=${LIBmkf_VERSION} \
|
|
|
|
LIBmlterm_core_VERSION=${LIBmlterm_core_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>
|