pkgsrc/x11/wterm/Makefile

30 lines
836 B
Makefile

# $NetBSD: Makefile,v 1.11 2001/03/12 10:43:19 tron Exp $
#
DISTNAME= wterm-6.2.6
CATEGORIES= x11
MASTER_SITES= http://wm.current.nu/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://wm.current.nu/files.php\#wterm
COMMENT= NeXTStep(tm) style X11 terminal emulator for WindowMaker
DEPENDS+= windowmaker-*:../../wm/windowmaker
USE_X11BASE= YES
GNU_CONFIGURE= YES
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include/WINGs
CONFIGURE_ARGS+= --enable-utmp --enable-wtmp --enable-xpm-background
CONFIGURE_ARGS+= --enable-menubar --enable-graphics --enable-next-scroll
CONFIGURE_ARGS+= --enable-half-shadow
post-install:
${INSTALL_DATA} ${WRKSRC}/wterm.tiff \
${PREFIX}/share/WindowMaker/Icons
${INSTALL_DATA} ${WRKSRC}/wtermthai.tiff \
${PREFIX}/share/WindowMaker/Icons
.include "../../mk/bsd.pkg.mk"