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)
28 lines
569 B
Makefile
28 lines
569 B
Makefile
# New ports collection makefile for: w9wm
|
|
# Date created: 25 February 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= w9wm
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.grassouille.org/code/w9wm/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A hack of 9wm to give virtual screens
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}.orig
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
|
|
MAN1= w9wm.1
|
|
PLIST_FILES= bin/w9wm
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/client.c
|
|
|
|
.include <bsd.port.mk>
|