mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
28 lines
525 B
Makefile
28 lines
525 B
Makefile
COMMENT= fast-light window manager
|
|
|
|
DISTNAME= flwm-1.02
|
|
PKGNAME= flwm-1.0.2
|
|
REVISION= 3
|
|
CATEGORIES= x11
|
|
SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= https://flwm.sourceforge.net/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
CONFIGURE_STYLE=gnu dest
|
|
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -DFL_INTERNALS -DFLTK_1_0_COMPAT \
|
|
-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|
|
|
LIB_DEPENDS= x11/fltk
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += X11 Xext c fltk m pthread ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|