1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/security/kopete-otr/Makefile
Koop Mast 4166abb7e4 Remove INSTALLS_ICONS from kde ports.
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
2011-07-29 17:53:22 +00:00

34 lines
751 B
Makefile

# New ports collection makefile for: Kopete-OTR
# Date created: 2007-04-09
# Whom: Dave Grochowski <malus.x@gmail.com>
#
# $FreeBSD$
#
PORTNAME= otr
PORTVERSION= 0.7
PORTREVISION= 4
CATEGORIES= security net-im kde
MASTER_SITES= http://kopete-otr.follefuder.org/
PKGNAMEPREFIX= kopete-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= KDE
MAINTAINER= malus.x@gmail.com
COMMENT= Allows deniable private conversations using Kopete
BUILD_DEPENDS= kopete:${PORTSDIR}/net-im/kopete
RUN_DEPENDS= kopete:${PORTSDIR}/net-im/kopete
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>