7b910aab38
xmh 1.0.3 Fixes misplaced shortcut in man page: #89003 The shortcut Meta-h was on the wrong row in the man page. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003 autogen.sh: Honor NOCONFIGURE=1 See http://people.gnome.org/~walters/docs/build-api.txt configure: Drop AM_MAINTAINER_MODE config: Add missing AC_CONFIG_SRCDIR Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Don't rely on the ability to set tan stops. Use tables instead. Also, fix a presentational abuse of the .SS macro. config: move man pages into their own directory Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. man: replace hard coded man page section with substitution strings man: remove trailing spaces and tabs Using s/[ \t]*$// config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS This silences an Autoconf warning config: replace deprecated AC_HELP_STRING with AS_HELP_STRING This silences an Automake warning.
25 lines
775 B
Makefile
25 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/06 07:14:46 wiz Exp $
|
|
|
|
DISTNAME= xmh-1.0.3
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Provides a GUI to the MH Message Handling System
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
BUILDLINK_API_DEPENDS.xbitmaps+= xbitmaps>=1.1.0
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|