blob: 644baff697e370eab060332aff05d12e2e2b76df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: lwm
# Version required: 0.06
# Date created: 17 March 1998
# Whom: J Han <hjh@photino.com>
#
# $Id: Makefile,v 1.4 1998/08/07 23:01:39 asami Exp $
#
DISTNAME= lwm
PKGNAME= lwm-0.06
CATEGORIES= x11-wm
MASTER_SITES= http://users.ch.genedata.com/~enh/
EXTRACT_SUFX= .tar.Z
MAINTAINER= hjh@photino.com
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|