1998-06-24 10:52:14 +00:00
|
|
|
# New ports collection makefile for: wmx
|
|
|
|
# Version required: 4.0
|
|
|
|
# Date created: 11. Jan 1998
|
|
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
|
|
#
|
1998-12-15 18:56:58 +00:00
|
|
|
# $Id: Makefile,v 1.5 1998/09/17 00:32:59 asami Exp $
|
1998-06-24 10:52:14 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= wmx-4
|
|
|
|
PKGNAME= wmx-4.0
|
1998-08-07 23:01:41 +00:00
|
|
|
CATEGORIES= x11-wm
|
1998-12-15 18:56:58 +00:00
|
|
|
MASTER_SITES= http://www.all-day-breakfast.com/wmx/ \
|
|
|
|
ftp://ftp.tu-clausthal.de/pub/unix.new/x11-wm/ \
|
|
|
|
ftp://ftp.maths.tcd.ie/src/eoin-tmp/window_managers/
|
1998-06-24 10:52:14 +00:00
|
|
|
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-06-24 10:52:14 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-06-24 10:52:14 +00:00
|
|
|
ALL_TARGET= depend wmx
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/wmx
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmx
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|