mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
19 lines
288 B
Makefile
19 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmh
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= x11 mail
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Send and read mail with an X interface to MH
|
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xaw xmu xt xbitmaps
|
|
|
|
MAN1= xmh.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|