20 lines
359 B
Makefile
20 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.4 2021/02/26 23:13:13 naddy Exp $
|
|
|
|
COMMENT = small standards-compliant window manager
|
|
DISTNAME = wind-1.5
|
|
CATEGORIES = x11
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://windwm.sourceforge.net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ICE SM X11 Xft c
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=windwm/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|