freebsd-ports/net-im/profanity/Makefile

33 lines
744 B
Makefile
Raw Normal View History

2015-02-17 17:05:20 +01:00
# $FreeBSD$
PORTNAME= profanity
2015-03-04 16:42:57 +01:00
PORTVERSION= 0.4.6
2015-02-17 17:05:20 +01:00
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:${PORTSDIR}/net-im/libstrophe \
2015-02-17 17:05:20 +01:00
libglib-2.0.so:${PORTSDIR}/devel/glib20 \
libcurl.so:${PORTSDIR}/ftp/curl \
libotr.so:${PORTSDIR}/security/libotr3
OPTIONS_DEFINE=NOTIFY
USES= ncurses pkgconfig autoreconf
2015-02-17 17:05:20 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-otr
CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}
LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
CONFIGURE_ARGS+= --enable-notifications
.endif
2015-02-17 17:05:20 +01:00
.include <bsd.port.mk>