blob: 03db549aed4c8255f7b976133d6184c2c79233f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.7 2012/10/08 12:42:23 asau 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 "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|