mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
ac520a3f4c
Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg development repo
16 lines
219 B
Makefile
16 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmessage
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display message or query in a X window
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xt xaw
|
|
|
|
MAN1= xmessage.1
|
|
|
|
.include <bsd.port.mk>
|