freebsd-ports/misc/ansiweather/Makefile
Steve Wills 4410aef4b8 misc/ansiweather: remove unneeded reference to LOCALBASE
Reported by:	adamw
Pointyhat to:	swills
2015-07-06 23:27:45 +00:00

37 lines
926 B
Makefile

# $FreeBSD$
PORTNAME= ansiweather
PORTVERSION= 1.02
CATEGORIES= misc
MAINTAINER= dbaio@bsd.com.br
COMMENT= Shell script for displaying the current weather in your terminal
LICENSE= BSD3CLAUSE
RUN_DEPENDS= jq:${PORTSDIR}/textproc/jq \
curl:${PORTSDIR}/ftp/curl \
bash:${PORTSDIR}/shells/bash \
gprintf:${PORTSDIR}/sysutils/coreutils
USE_GITHUB= yes
GH_ACCOUNT= fcambus
NO_BUILD= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${STAGEDIR}${PREFIX}/bin/ansiweather
${INSTALL_DATA} ${WRKSRC}/ansiweather.plugin.zsh ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ansiweatherrc.example ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>