26c6177ced
Alan Coopersmith (11): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues Trim trailing whitespace from lines gitlab CI: add a basic build test Build xz tarballs instead of bzip2 unifdef -UUSG unifdef -USYSV unifdef -UDGUX Convert vfork checks from Imake-style to autoconf-style xmh 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
25 lines
781 B
Makefile
25 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/08/31 19:25:59 wiz Exp $
|
|
|
|
DISTNAME= xmh-1.0.4
|
|
CATEGORIES= x11 mail
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|