openbsd-ports/misc/fasd/Makefile
2022-03-11 19:38:05 +00:00

19 lines
278 B
Makefile

COMMENT = quick access to files in a POSIX shell
PKG_ARCH = *
GH_ACCOUNT = clvv
GH_PROJECT = fasd
GH_TAGNAME = 1.0.1
CATEGORIES = misc
# MIT/X11
PERMIT_PACKAGE = Yes
NO_BUILD = Yes
NO_TEST = Yes
FAKE_FLAGS = DESTDIR= MANDIR=${WRKINST}/${PREFIX}/man
.include <bsd.port.mk>