pkgsrc/x11/wterm/Makefile

31 lines
841 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2001/09/27 23:19:03 jlam 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-[0-9]*:../../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"