2013-04-23 12:51:39 +02:00
|
|
|
# Created by: Ashish Shukla <wahjava@gmail.com>
|
2008-08-17 08:41:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= irssi-otr
|
2016-04-08 07:24:40 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2015-05-07 18:32:43 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2008-08-17 08:41:55 +02:00
|
|
|
CATEGORIES= irc
|
|
|
|
|
2010-06-11 15:37:41 +02:00
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging
|
2008-08-17 08:41:55 +02:00
|
|
|
|
2014-07-28 15:49:23 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi \
|
|
|
|
${LOCALBASE}/bin/libgcrypt-config:security/libgcrypt
|
|
|
|
LIB_DEPENDS= libotr.so.5:security/libotr \
|
|
|
|
libgcrypt.so:security/libgcrypt
|
|
|
|
RUN_DEPENDS= irssi:irc/irssi
|
2008-08-17 08:41:55 +02:00
|
|
|
|
2015-04-18 21:09:03 +02:00
|
|
|
USES= autoreconf libtool pkgconfig
|
2008-08-17 08:41:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GNOME= glib20
|
2014-07-28 15:49:23 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= cryptodotis
|
|
|
|
|
2015-03-29 13:45:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-04-08 07:24:40 +02:00
|
|
|
CONFIGURE_ARGS= --with-libotr-inc-prefix=${LOCALBASE}/include --with-irssi-module-dir=${LOCALBASE}/lib/irssi/modules
|
2015-03-29 13:45:08 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2008-08-17 08:41:55 +02:00
|
|
|
|
2008-08-18 02:12:51 +02:00
|
|
|
PLIST_FILES= lib/irssi/modules/libotr.so \
|
2014-07-28 15:49:23 +02:00
|
|
|
share/irssi/help/otr
|
2008-08-18 02:12:51 +02:00
|
|
|
|
2008-08-17 08:41:55 +02:00
|
|
|
.include <bsd.port.mk>
|