51 lines
1.3 KiB
Makefile
Raw Normal View History

2011-09-16 12:29:12 +00:00
# $OpenBSD: Makefile,v 1.28 2011/09/16 12:29:16 espie Exp $
COMMENT= color terminal emulator with unicode support
DISTNAME= mlterm-2.9.0
2011-09-16 12:29:12 +00:00
REVISION= 12
2010-07-30 12:03:08 +00:00
2005-12-25 21:14:26 +00:00
SHARED_LIBS= kik 10.0 \
mkf 13.0
CATEGORIES= x11
MAINTAINER= Waldemar Brodkorb <wbx@openbsd.de>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-02-01 21:38:26 +00:00
2009-03-07 15:37:38 +00:00
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo
2010-10-11 08:11:24 +00:00
WANTLIB += expat fontconfig freetype gio-2.0 glib-2.0 gmodule-2.0
2009-03-07 15:37:38 +00:00
WANTLIB += gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
2010-07-30 12:03:08 +00:00
WANTLIB += pcre pixman-1 png util z pthread-stubs xcb gdk_pixbuf-2.0
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
HOMEPAGE= http://mlterm.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
2010-11-22 08:36:47 +00:00
SHARED_ONLY= Yes
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= x11/gtk+2
MODULES= devel/gettext
2005-11-01 11:58:57 +00:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-anti-alias --enable-utmp \
--with-imagelib=gdk-pixbuf2 --with-type-engines=xft,xcore
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2"
2005-12-25 21:14:26 +00:00
MAKE_ENV= LIBkik_VERSION=${LIBkik_VERSION} \
LIBmkf_VERSION=${LIBmkf_VERSION}
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mlterm
${INSTALL_DATA} ${WRKSRC}/etc/[a-z]* ${PREFIX}/share/examples/mlterm
.include <bsd.port.mk>