freebsd-ports/x11/xmsg/Makefile
2021-04-06 16:31:07 +02:00

17 lines
344 B
Makefile

# Created by: jsellens
PORTNAME= xmsg
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.generalconcepts.com/resources/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Shows a message on the screen
PLIST_FILES= bin/xmsg man/man1/xmsg.1.gz
USES= imake xorg
USE_XORG= x11 xext xaw xmu xt sm ice
.include <bsd.port.mk>