21 lines
345 B
Makefile
21 lines
345 B
Makefile
# $OpenBSD: Makefile,v 1.6 2015/12/29 19:49:40 jasper Exp $
|
|
|
|
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_CDROM = Yes
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
FAKE_FLAGS = DESTDIR= MANDIR=${WRKINST}/${PREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|