mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
28 lines
460 B
Makefile
28 lines
460 B
Makefile
COMMENT= stylish window manager
|
|
|
|
DISTNAME= wm2-4
|
|
REVISION = 3
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.all-day-breakfast.com/wm2/
|
|
|
|
# X11/MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= X11 Xext Xau Xdmcp c m ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
SITES= http://www.all-day-breakfast.com/wm2/
|
|
|
|
FAKE_FLAGS= PREFIX="${PREFIX}"
|
|
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-patch:
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}
|
|
cp ${FILESDIR}/wm2.1 ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|