pkgsrc/x11/xman/Makefile
wiz 9cefc2f948 Update to 1.1.4:
Alan Coopersmith (8):
      Fix "no search will be preformed" typo in dialog box message
      Ensure fgets read at least one byte before modifying string
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Fix typos & wording issues in source comments
      Ask groff for text instead of postscript on Solaris
      xman 1.1.4

Jon TURNEY (1):
      Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well

Jörg Sonnenberger (1):
      Fix tautology to the intended check.

Thomas Klausner (1):
      Fix shadow warning.
2015-03-07 18:32:44 +00:00

27 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.16 2015/03/07 18:32:44 wiz Exp $
DISTNAME= xman-1.1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Manual page browser
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-manconfig=/etc/man.conf
.endif
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"