Import xmh-1.0.2 as wip/xmh.
The xmh program provides a graphical user interface to the MH Message Handling System. To actually do things with your mail, it makes calls to the MH package.
This commit is contained in:
parent
be30f861ab
commit
aa906cd403
4 changed files with 35 additions and 0 deletions
2
xmh/DESCR
Normal file
2
xmh/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The xmh program provides a graphical user interface to the MH Message Handling
|
||||
System. To actually do things with your mail, it makes calls to the MH package.
|
24
xmh/Makefile
Normal file
24
xmh/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/05/20 23:00:51 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xmh-1.0.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@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
|
||||
|
||||
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"
|
4
xmh/PLIST
Normal file
4
xmh/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/05/20 23:00:51 othyro Exp $
|
||||
bin/xmh
|
||||
lib/X11/app-defaults/Xmh
|
||||
man/man1/xmh.1
|
5
xmh/distinfo
Normal file
5
xmh/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/05/20 23:00:51 othyro Exp $
|
||||
|
||||
SHA1 (xmh-1.0.2.tar.bz2) = 3b771d8e7de175dc6890bcf03bd1fcf91c7ad919
|
||||
RMD160 (xmh-1.0.2.tar.bz2) = 29d14122033edb31418aac199facc7e9d07c38de
|
||||
Size (xmh-1.0.2.tar.bz2) = 181993 bytes
|
Loading…
Reference in a new issue