openbsd-ports/plan9/w9wm/Makefile

22 lines
475 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2000/10/08 19:11:37 brad Exp $
DISTNAME= w9wm-0.1
CATEGORIES= plan9
NEED_VERSION= 1.330
MASTER_SITES= http://inferno.cs.univ-paris8.fr/~drieu/w9wm/ \
http://www.resentment.org/~unix/
MAINTAINER= William Yodlowsky <unix@resentment.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= imake
post-extract:
@cd ${WRKSRC} && mv -f 9wm.man w9wm.man
.include <bsd.port.mk>