pkgsrc/x11/wterm/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

30 lines
841 B
Makefile

# $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"