mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
32 lines
787 B
Makefile
32 lines
787 B
Makefile
PORTNAME= weechat-otr
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= irc security python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= WeeChat script for Off-the-Record (OTR) messaging
|
|
WWW= https://github.com/mmb/weechat-otr
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \
|
|
weechat:irc/weechat
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mmb
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= ${PYTHON_SITELIBDIR}/weechat/weechat_otr.py
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat
|
|
${INSTALL_DATA} ${WRKSRC}/weechat_otr.py \
|
|
${STAGEDIR}${PYTHON_SITELIBDIR}/weechat/weechat_otr.py
|
|
|
|
.include <bsd.port.mk>
|