freebsd-ports/net-im/freetalk/Makefile
Fernando Apesteguía d177d8bc64 devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
2018-08-31 18:27:13 +00:00

29 lines
595 B
Makefile

# Created by: Oleg Ginzburg (olevole@olevole.ru)
# $FreeBSD$
PORTNAME= freetalk
PORTVERSION= 4.1
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= net-im
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU console based Jabber client
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \
libguile-2.0.so:lang/guile2 \
libgc-threaded.so:devel/boehm-gc-threaded
USES= autoreconf gettext-runtime localbase makeinfo pkgconfig readline
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= GNUFreetalk
INFO= freetalk
.include <bsd.port.mk>