1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/irc/irssi-otr/Makefile
Ashish SHUKLA b985d103cf - Add LICENSE.
Submitted by:	swell.k at gmail.com
Approved by:	pgj (mentor, implicit)
2010-09-28 13:14:59 +00:00

36 lines
908 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
PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
MASTER_SITE_SUBDIR= irssiotr
MAINTAINER= ashish@FreeBSD.org
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.17:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
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>