73d2f0ca37
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/08/22 17:39:00 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= lwm
|
|
PKGNAME= lwm-1.00
|
|
WRKSRC= ${WRKDIR}/lwm-1.00
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
|
|
|
|
MAINTAINER= jwise@netbsd.org
|
|
HOMEPAGE= http://users.ch.genedata.com/~enh/lwm/
|
|
COMMENT= Lightweight Window Manager
|
|
|
|
DIST_SUBDIR= ${PKGNAME}
|
|
|
|
USE_IMAKE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|