summaryrefslogtreecommitdiff
path: root/x11/xmsg/Makefile
blob: 5c23e8d5b02909b4a7ca2abc9145492dae96829c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: jsellens
# $FreeBSD$

PORTNAME=	xmsg
PORTVERSION=	1.1
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	http://www.generalconcepts.com/resources/software/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The X11R4 version of xmessage updated for X11R5 and renamed

MAN1=		xmsg.1
MANCOMPRESSED=	yes
PLIST_FILES=	bin/xmsg
USES=		imake
USE_XORG=	x11 xext xaw xmu xt sm ice

.include <bsd.port.mk>