-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
35 lines
775 B
Makefile
35 lines
775 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= 2
|
|
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:22
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|