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
40 lines
1,017 B
Makefile
40 lines
1,017 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= profanity
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://www.profanity.im/
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= Console based XMPP client
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
|
|
LIB_DEPENDS= libmesode.so:net-im/libmesode \
|
|
libcurl.so:ftp/curl \
|
|
libotr.so.5:security/libotr \
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
libgpgme.so:security/gpgme
|
|
|
|
USES= ncurses pkgconfig ssl python readline autoreconf libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \
|
|
--enable-pgp --enable-icons=no --with-xscreensaver=no
|
|
CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
|
|
USE_GNOME= glib20
|
|
|
|
OPTIONS_DEFINE= NOTIFY
|
|
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
NOTIFY_CONFIGURE_ENABLE=notifications
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} "s,python-config,${PYTHON_VERSION}-config,g" \
|
|
${WRKSRC}/configure.ac
|
|
|
|
.include <bsd.port.post.mk>
|