1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11-wm/w9wm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
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.
2019-11-07 18:36:55 +00:00

25 lines
476 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= w9wm
PORTVERSION= 0.4.2
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://www.drieu.org/code/w9wm/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Hack of 9wm to give virtual screens
WRKSRC= ${WRKDIR}/${DISTNAME}.orig
USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/w9wm \
man/man1/w9wm.1.gz
post-patch:
@${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/client.c
.include <bsd.port.mk>