diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-28 15:14:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-28 15:14:44 +0000 |
commit | 4c8f1492a1a1a18398e99cdbe2f12002dd0ef920 (patch) | |
tree | 5408b6a6f3af55cf7e759353f5e0b350fddc7520 /x11-wm/lwm/Makefile | |
parent | 091ae0fa89f882725199149034c6921acae61bf5 (diff) | |
download | ports-4c8f1492a1a1a18398e99cdbe2f12002dd0ef920.tar.gz ports-4c8f1492a1a1a18398e99cdbe2f12002dd0ef920.zip |
Initial import of lvm-0.04.
A lightweight window manager.
PR: 6072
Submitted by: J. Han <hjh@best.com>
Notes
Notes:
svn path=/head/; revision=10357
Diffstat (limited to 'x11-wm/lwm/Makefile')
-rw-r--r-- | x11-wm/lwm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile new file mode 100644 index 000000000000..de16aad51b0c --- /dev/null +++ b/x11-wm/lwm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: lwm +# Version required: 0.04 +# Date created: 17 March 1998 +# Whom: J Han <hjh@best.com> +# +# $Id$ +# + +DISTNAME= lwm +PKGNAME= lwm-0.04 +CATEGORIES= x11 +MASTER_SITES= http://users.ch.genedata.com/~enh/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= hjh@best.com + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |