mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
52595a00a8
(and it never mentioned anything related to vils anyway)
35 lines
635 B
Makefile
35 lines
635 B
Makefile
PORTNAME= vils
|
|
PORTVERSION= 20020228
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://mirror.amdmi3.ru/distfiles/
|
|
DISTFILES= vils
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Use your favorite editor to rename files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= zsh:shells/zsh
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS= -f
|
|
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
|
|
|
USES= shebangfix
|
|
SHEBANG_FILES= vils
|
|
SHEBANG_LANG= zsh
|
|
zsh_OLD_CMD= /bin/zsh
|
|
zsh_CMD= ${LOCALBASE}/bin/zsh
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${INSTALL_SCRIPT} vils ${STAGEDIR}${PREFIX}/bin)
|
|
|
|
.include <bsd.port.mk>
|