b8c7d067c3
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Only use results from GetWindowProperty if it returned success Remove custom version of system(3c) for Solaris twm 1.0.9 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Laurent Carlier (1): Update manpage with the proper location of system.twmrc file
22 lines
602 B
Makefile
22 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/04/17 06:57:41 wiz Exp $
|
|
|
|
DISTNAME= twm-1.0.9
|
|
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"
|