mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
6836f5445a
PR: 53774 Submitted by: KATO Tsuguru <tkato@prontomail.com>
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# New ports collection makefile for: lwm
|
|
# Date created: 17 March 1998
|
|
# Whom: J Han <hjh@photino.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lwm
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
MASTER_SITE_SUBDIR= pool/main/l/lwm
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A lightweight window manager
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|