2c72a9f0b9
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
22 lines
601 B
Makefile
22 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/10/23 10:24:15 wiz 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
|
|
|
|
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 "../../mk/bsd.pkg.mk"
|