blob: 495d96507dc5b5bf9f34a921dcc9615c5a9380e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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>
|