# $NetBSD: Makefile,v 1.20 2005/02/21 20:26:14 hubertf Exp $ # DISTNAME= aterm-0.4.2 PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://aterm.sourceforge.net/ COMMENT= Aterm (Afterstep XVT) - a VT102 emulator for the X window system PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11= YES GNU_CONFIGURE= YES BUILD_DEFS+= ATERM_USE_KANJI ATERM_USE_XTERM_SCROLL BUILD_DEFS+= ATERM_USE_BIG5 ATERM_USE_GREEK .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+=--enable-background-image \ --enable-transparency \ --enable-fading \ --enable-graphics \ --with-xpm \ --with-xpm-includes=${BUILDLINK_PREFIX.xpm}/include \ --with-xpm-library=${BUILDLINK_PREFIX.xpm}/lib \ --with-jpeg \ --with-jpeg-includes=${BUILDLINK_PREFIX.jpeg}/include \ --with-jpeg-library=${BUILDLINK_PREFIX.jpeg}/lib \ --with-png \ --with-png-library=${BUILDLINK_PREFIX.png}/lib \ --with-png-includes=${BUILDLINK_PREFIX.png}/include \ --enable-utmp \ --enable-wtmp .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 "../../mk/bsd.prefs.mk" .if ${OPSYS:M*BSD} || ${OPSYS} == "Darwin" # Make rxvt setuid root so that tty ownership setting and utmp logging # function correctly. # CONFIGURE_ARGS+=--enable-ttygid SPECIAL_PERMS= ${PREFIX}/bin/aterm ${SETUID_ROOT_PERMS} .endif .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk"