freebsd-ports/irc/irssi-otr/Makefile

35 lines
878 B
Makefile
Raw Normal View History

2013-04-23 12:51:39 +02:00
# 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
2015-04-18 21:09:03 +02:00
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
2008-08-18 02:12:51 +02:00
PLIST_FILES= lib/irssi/modules/libotr.so \
share/irssi/help/otr
2008-08-18 02:12:51 +02:00
.include <bsd.port.mk>