pkgsrc/wm/twm/Makefile
dholland 6a338434ef Adding yacc to TOOLS broke the NetBSD build because the yacc configure
test is thoroughly messed up. Work around the problem by forcing it to
run yacc from $PATH.
2012-06-17 02:47:58 +00:00

25 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/06/17 02:47:58 dholland Exp $
DISTNAME= twm-1.0.7
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Tom's Window Manager
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config yacc
# Work around borked configure test in 1.0.7
CONFIGURE_ENV+= ac_cv_prog_YACC=yacc
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"