1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/wemux/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

30 lines
669 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= wemux
PORTVERSION= 3.2.0
CATEGORIES= sysutils
MASTER_SITES= http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Enhances tmux to make multi-user terminal multiplexing easier
LICENSE= MIT
RUN_DEPENDS= tmux:${PORTSDIR}/sysutils/tmux \
bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= zolrath
GH_TAGNAME= 971f8c3
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/wemux ${STAGEDIR}${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/wemux.conf.example ${STAGEDIR}${PREFIX}/etc/wemux.conf.example
.include <bsd.port.mk>