f1f1a40a4a
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 config: add AC_USE_SYSTEM_EXTENSIONS Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): xconsole 1.0.7 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
22 lines
533 B
Makefile
22 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/02/02 18:40:25 wiz Exp $
|
|
|
|
DISTNAME= xconsole-1.0.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 client to display console messages
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|