blob: 6a76122b4344db35765ae88baa3c6d03736bbbe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= toxbot
DISTVERSION= g20180325
PORTREVISION= 1
CATEGORIES= net-im net-p2p
MAINTAINER= yuri@FreeBSD.org
COMMENT= Groupchat control bot for Tox
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>
|