ports/x11/mlvwm/Makefile

22 lines
472 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Macintosh-like virtual window manager
2023-09-08 05:21:37 +00:00
V = 0.9.4
2023-08-16 22:26:55 +00:00
DISTNAME = mlvwm-$V
CATEGORIES = x11
HOMEPAGE = https://github.com/morgant/mlvwm/
MAINTAINER = Morgan Aldridge <morgant@makkintosshu.com>
# part MIT part Freeware, see README.md
PERMIT_PACKAGE = Yes
WANTLIB += X11 Xau Xdmcp Xext Xpm c
2023-09-28 02:05:49 +00:00
SITES = https://github.com/morgant/mlvwm/releases/download/$V/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = imake
MAKE_FLAGS = CC="${CC}" COPTS="${CFLAGS}"
NO_TEST = Yes
.include <bsd.port.mk>