pkgsrc/x11/multi-aterm/Makefile

47 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2003/08/28 20:05:24 xtraeme Exp $
#
DISTNAME= multi-aterm-0.0.4
CATEGORIES= x11
MASTER_SITES= http://www.materm.tuxfamily.org/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.materm.tuxfamily.org/
COMMENT= Multi-terminal for the X Window System based on aterm
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_X11= YES
CONFIGURE_ARGS+= --enable-mousewheel
CONFIGURE_ARGS+= --enable-swapscreen
CONFIGURE_ARGS+= --enable-keepscrolling
CONFIGURE_ARGS+= --enable-half-shadow
CONFIGURE_ARGS+= --enable-shading
CONFIGURE_ARGS+= --enable-fading
CONFIGURE_ARGS+= --enable-transparency
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.xpm}
BUILD_DEFS+= ATERM_USE_KANJI ATERM_USE_XTERM_SCROLL
BUILD_DEFS+= ATERM_USE_BIG5 ATERM_USE_GREEK
.include "../../mk/bsd.prefs.mk"
.if defined(ATERM_USE_XTERM_SCROLL) && ${ATERM_USE_XTERM_SCROLL} != NO
CONFIGURE_ARGS+= --enable-xterm-scroll
.endif
.if defined(ATERM_USE_KANJI) && ${ATERM_USE_KANJI} != NO
CONFIGURE_ARGS+= --enable-kanji
.endif
.if defined(ATERM_USE_BIG5) && ${ATERM_USE_BIG5} != NO
CONFIGURE_ARGS+= --enable-big5
.endif
.if defined(ATERM_USE_GREEK) && ${ATERM_USE_GREEK} != NO
CONFIGURE_ARGS+= --enable-greek
.endif
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"