mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
30 lines
596 B
Makefile
30 lines
596 B
Makefile
# Created by: Oleg Ginzburg (olevole@olevole.ru)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freetalk
|
|
PORTVERSION= 4.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= olevole@olevole.ru
|
|
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>
|