1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net-im/toxbot/Makefile
2023-04-25 17:17:15 +02:00

28 lines
504 B
Makefile

PORTNAME= toxbot
DISTVERSION= g20180325
PORTREVISION= 2
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>