freebsd-ports/x11-wm/wm2/Makefile
Dejan Lesjak 14372bc2c9 Since imake is no longer necessary present at build time as consequence of
having USE_X_PREFIX defined, request its presence explicitly as makedepend
(a part of imake port) is needed to build.
2004-12-02 00:33:28 +00:00

29 lines
631 B
Makefile

# New ports collection makefile for: wm2
# Date created: 16 February 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= wm2
PORTVERSION= 4.0
CATEGORIES= x11-wm
MASTER_SITES= http://www.all-day-breakfast.com/wm2/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= A very simple window manager for X
BUILD_DEPENDS= makedepend:${X_IMAKE_PORT}
USE_X_PREFIX= yes
ALL_TARGET= depend wm2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wm2 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>