45aef4d6da
PR: ports/131820 Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
32 lines
843 B
Makefile
32 lines
843 B
Makefile
# New ports collection makefile for: irssi-otr
|
|
# Date created: 2008-08-16
|
|
# Whom: Ashish Shukla <wahjava@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= irssi-otr
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
|
|
MASTER_SITE_SUBDIR= irssiotr
|
|
|
|
MAINTAINER= wahjava@gmail.com
|
|
COMMENT= A plugin for irssi for Off-the-Record (OTR) messaging
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \
|
|
${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt
|
|
LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr \
|
|
gcrypt.16:${PORTSDIR}/security/libgcrypt
|
|
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
|
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= lib/irssi/modules/libotr.so \
|
|
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
.include <bsd.port.mk>
|