mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b66e4949cb
PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
28 lines
504 B
Makefile
28 lines
504 B
Makefile
PORTNAME= toxbot
|
|
DISTVERSION= g20180325
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-im net-p2p
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Groupchat control bot for Tox
|
|
WWW= https://github.com/JFreegman/ToxBot
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libtoxcore.so:net-im/tox
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= JFreegman
|
|
GH_PROJECT= ToxBot
|
|
GH_TAGNAME= 1e4af05
|
|
|
|
USES= gmake pkgconfig
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|