19 lines
340 B
Makefile
19 lines
340 B
Makefile
# OpenBSD makefile for: wm2
|
|
# Version required: 4
|
|
# Date created: 16 March 1998
|
|
# Whom: Thomas Graichen
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/03/18 22:46:28 marc Exp $
|
|
#
|
|
|
|
DISTNAME= wm2-4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.netcomuk.co.uk/~cannam/
|
|
|
|
MAINTAINER= graichen@OpenBSD.ORG
|
|
|
|
USE_X11= yes
|
|
ALL_TARGET= wm2
|
|
|
|
.include <bsd.port.mk>
|