1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net-im/profanity/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

33 lines
699 B
Makefile

# $FreeBSD$
PORTNAME= profanity
PORTVERSION= 0.4.7
PORTREVISION= 1
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
LIB_DEPENDS= libstrophe.so:net-im/libstrophe \
libglib-2.0.so:devel/glib20 \
libcurl.so:ftp/curl \
libotr.so.5:security/libotr \
libuuid.so:misc/e2fsprogs-libuuid \
libgpgme.so:security/gpgme
USES= ncurses pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-otr
CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
OPTIONS_DEFINE= NOTIFY
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE=notifications
.include <bsd.port.mk>