mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
325 B
Makefile
21 lines
325 B
Makefile
COMMENT = list files, recursively
|
|
DISTNAME = lr-2.0.1
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://git.vuxu.org/lr/about/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
SITES = https://git.vuxu.org/lr/snapshot/
|
|
|
|
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
FAKE_FLAGS = MANDIR="${PREFIX}/man"
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|