mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
690 B
Makefile
34 lines
690 B
Makefile
# New ports collection makefile for: larswm
|
|
# Date created: Sat Oct 7 21:25:11 EDT 2000
|
|
# Whom: lab@fnurt.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= larswm
|
|
PORTVERSION= 7.5.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.safereconnect.com/fnurt/larswm/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tiling Window Manager for X
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xext xmu xt
|
|
|
|
MAN1= larsclock.1 larsmenu.1 larsremote.1 larswm.1
|
|
|
|
MYPORTDOCS= ChangeLog README README.9menu README.9wm \
|
|
sample.larswmrc sample.xsession
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@$(MKDIR) $(DOCSDIR)
|
|
.for file in ${MYPORTDOCS}
|
|
$(INSTALL_DATA) $(WRKSRC)/${file} $(DOCSDIR)
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|