diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 03:20:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 03:20:57 +0000 |
commit | 36fae48e3da10203a0cd2f0d9ab2f260adf72504 (patch) | |
tree | eb3715156b6a5989d88b60ee70a234641cd06c13 /x11/xmsg/Makefile | |
parent | Ininital import of xcut version 0.2. (diff) |
Initial import of xmsg version 1.0.
The X11R4 version of xmessage updated for X11R5 and renamed.
PR: 13899
Submitted by: John Sellens <jsellens@generalconcepts.com>
Diffstat (limited to 'x11/xmsg/Makefile')
-rw-r--r-- | x11/xmsg/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xmsg/Makefile b/x11/xmsg/Makefile new file mode 100644 index 000000000000..ac64a77860c8 --- /dev/null +++ b/x11/xmsg/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xmsg +# Version required: 1.0 +# Date created: 21 September 1999 +# Whom: jsellens +# +# $FreeBSD$ +# + +DISTNAME= xmsg-1.0 +CATEGORIES= x11 +MASTER_SITES= http://www.generalconcepts.com/resources/software/ + +MAINTAINER= jsellens@generalconcepts.com + +MAN1= xmsg.1 +MANCOMPRESSED= yes +USE_IMAKE= yes + +.include <bsd.port.mk> |