d8ba52243a
- Replace xconsole_CFLAGS with AM_CFLAGS to make automake-1.10 happier - Check if openpty() is available and use it if it is.
23 lines
536 B
Makefile
23 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/11/23 12:04:03 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= xconsole-1.0.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 client to display console messages
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|