mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
218f1ff2ba
o Include patches to work with irssi versions >= 0.8.17 Approved by: ashish (maintainer)
35 lines
878 B
Makefile
35 lines
878 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= irssi-otr
|
|
PORTVERSION= 1.0.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= irc
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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
|
|
|
|
USES= autoreconf libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cryptodotis
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-libotr-inc-prefix=${LOCALBASE}/include --with-irssi-module-dir=${LOCALBASE}/lib/irssi/modules
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= lib/irssi/modules/libotr.so \
|
|
share/irssi/help/otr
|
|
|
|
.include <bsd.port.mk>
|