20 lines
344 B
Makefile
20 lines
344 B
Makefile
PORTNAME= fasd
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= mail@dbalan.in
|
|
COMMENT= Shell helper program to autocomplete paths faster
|
|
WWW= https://github.com/clvv/fasd
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= clvv
|
|
|
|
MAKE_ARGS+= prefix=${PREFIX}
|
|
|
|
PLIST_FILES= bin/fasd share/man/man1/fasd.1.gz
|
|
|
|
.include <bsd.port.mk>
|