1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Nearly two weeks ago, I accidentally committed a bunch of testing

nonsense into this port. That noone noticed is testament that I
am possibly the only person who uses this port.
This commit is contained in:
Adam Weinberger 2014-07-17 12:07:17 +00:00
parent 372fa5a700
commit 0a2b3fc024
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362138

View File

@ -1,35 +1,26 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= vimpager
PORTNAME= vimpager
PORTVERSION= 1.8.9
CATEGORIES= sysutils
CATEGORIES= sysutils
MASTER_SITES= http://github.com/rkitover/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
MAINTAINER= adamw@FreeBSD.org
COMMENT= Use ViM as a pager
MAINTAINER= adamw@FreeBSD.org
COMMENT= Use ViM as a pager
LICENSE= BSD2CLAUSE
LICENSE= BSD2CLAUSE
RUN_DEPENDS= vim:${PORTSDIR}/editors/vim
OPTIONS_DEFINE= VIMCAT TACOS BOB BOB2 BOB3
OPTIONS_DEFINE= VIMCAT
OPTIONS_DEFAULT= VIMCAT
VIMCAT_DESC= Install vimcat(1) (requires shells/bash)
VIMCAT_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
VIMCAT_PLIST_FILES= bin/vimcat man/man1/vimcat.1.gz
VIMCAT_IMPLIES= TACOS
TACOS_IMPLIES= BOB
BOB_IMPLIES= BOB2
BOB2_IMPLIES= BOB3
TACOS_RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}rc man/man1/${PORTNAME}.1.gz
.include <bsd.port.options.mk>
bob:
@echo ${PORT_OPTIONS:M}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/vimcat ${STAGEDIR}${PREFIX}/bin