openbsd-ports/misc/fasd/Makefile
landry 88d3c9119f Import fasd 0.5.4.
Fasd is a tool for quick access to files for POSIX shells. Fasd keeps
track of files you have accessed, so that you can quickly reference
them in the command line.

The name fasd comes from the default suggested aliases f(files),
a(files/directories), s(show/search/select), d(directories).

Fasd ranks files and directories by "frecency," that is, by both
"frequency" and "recency."

ok ajacoutot@
2012-05-08 07:49:59 +00:00

23 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/05/08 07:49:59 landry Exp $
COMMENT = quick access to files in a POSIX shell
PKG_ARCH = *
DISTNAME = fasd-0.5.4
CATEGORIES = misc
HOMEPAGE = https://github.com/clvv/fasd
MASTER_SITES = http://rhaalovely.net/stuff/
# MIT/X11
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
NO_BUILD = Yes
NO_REGRESS = Yes
FAKE_FLAGS = DESTDIR= MANDIR=${WRKINST}/${PREFIX}/man
.include <bsd.port.mk>