20 lines
365 B
Makefile
20 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/08/25 13:18:28 sthen Exp $
|
|
|
|
COMMENT = small standards-compliant window manager
|
|
DISTNAME = wind-1.5
|
|
CATEGORIES = x11
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://windwm.sourceforge.net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += ICE SM X11 Xft c
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=windwm/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|