openbsd-ports/x11/wm2/files/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

13 lines
299 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/06/23 22:50:30 naddy Exp $
BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
PROG= wm2
SRCS= Border.C Buttons.C Client.C Events.C Main.C Manager.C Rotated.C
CPPFLAGS+= -I${X11BASE}/include
LDADD+= -L${X11BASE}/lib -lXext -lX11 -lXau -lXdmcp
.include <bsd.prog.mk>