mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
32 lines
619 B
Makefile
32 lines
619 B
Makefile
COMMENT = enhanced motif window manager (MWM fork)
|
|
|
|
V = 1.3
|
|
DISTNAME = emwm-src-${V}
|
|
PKGNAME = emwm-${V}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = x11
|
|
HOMEPAGE = https://fastestcode.org/emwm.html
|
|
|
|
# LGPL v2.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://fastestcode.org/dl/
|
|
EXTRACT_SUFX = .tar.xz
|
|
|
|
WANTLIB += X11 Xext Xinerama Xm Xrandr Xt c m
|
|
|
|
LIB_DEPENDS = x11/motif
|
|
|
|
MAKE_FLAGS = RCDIR=${PREFIX}/lib/X11 \
|
|
CFLAGS="${CFLAGS}"
|
|
|
|
FAKE_FLAGS = PREFIX=${WRKINST}${PREFIX} \
|
|
APPLRESDIR=${WRKINST}${PREFIX}/lib/X11/app-defaults \
|
|
MANDIR=${WRKINST}${PREFIX}/man \
|
|
RCDIR=${WRKINST}${PREFIX}/lib/X11
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|