2005-03-11 16:30:14 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2005/03/11 21:30:14 robert Exp $
|
2004-06-04 13:13:26 -04:00
|
|
|
|
|
|
|
COMMENT= "color terminal emulator with transparency and unicode support"
|
2004-12-06 17:14:42 -05:00
|
|
|
DISTNAME= mlterm-2.9.0
|
2005-03-11 16:30:14 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2004-06-04 13:13:26 -04:00
|
|
|
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
|
2004-12-17 10:18:31 -05:00
|
|
|
WANTLIB= ICE SM X11 Xcursor Xext Xft Xinerama Xrender atk-1.0.0.0 c \
|
|
|
|
fontconfig freetype gdk-x11-2.0.0.0 glib-2.0.0.0 \
|
|
|
|
gmodule-2.0.0.0 gobject-2.0.0.0 iconv intl m pango-1.0.0.0 \
|
|
|
|
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 util
|
2004-06-04 13:13:26 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://mlterm.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
|
|
|
|
|
|
|
|
USE_X11= Yes
|
2004-12-06 17:14:42 -05:00
|
|
|
SHARED_ONLY=Yes
|
2004-06-04 13:13:26 -04:00
|
|
|
|
2004-12-06 17:14:42 -05:00
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.14.0p1:devel/pkgconfig
|
|
|
|
LIB_DEPENDS= gdk_pixbuf-2.0.0.14,gtk-x11-2.0.0.14::x11/gtk+2
|
2004-06-04 13:13:26 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2004-12-06 17:14:42 -05:00
|
|
|
CONFIGURE_ARGS= --enable-anti-alias --enable-utmp \
|
|
|
|
--with-imagelib=gdk-pixbuf2 --with-type-engines=xft,xcore
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2" \
|
|
|
|
PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
2004-06-04 13:13:26 -04:00
|
|
|
|
|
|
|
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>
|