434a4aa5c8
"xaw7", (not "xaw8") which causes xmore to deselect the printer support. The straggling unused static function would cause link time failure if the compiler didn't optimise it out. Also, don't bother to buildlink in libXprintUtil, since it currently can't be used. Bump PKGREVISION for yucks.
22 lines
473 B
Makefile
22 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/04/17 01:07:29 dsainty Exp $
|
|
#
|
|
|
|
DISTNAME= xmore-1.0.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Plain text browser
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|