mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
31 lines
700 B
Makefile
31 lines
700 B
Makefile
# Created by: lab@fnurt.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= larswm
|
|
PORTVERSION= 7.5.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tiling Window Manager for X
|
|
|
|
USES= imake xorg
|
|
USE_XORG= ice sm x11 xext xmu xt
|
|
|
|
PORTDOCS= ChangeLog README README.9menu README.9wm \
|
|
sample.larswmrc sample.xsession
|
|
PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm \
|
|
man/man1/larsclock.1.gz man/man1/larsmenu.1.gz \
|
|
man/man1/larsremote.1.gz man/man1/larswm.1.gz
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|