789d75c728
-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
28 lines
600 B
Makefile
28 lines
600 B
Makefile
# New ports collection makefile for: kio-p7zip
|
|
# Date created: 2006-07-28
|
|
# Whom: makc <makc@issp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kio_p7zip
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= archivers kde
|
|
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 17829-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Kioslave for KDE to handle 7zip files
|
|
|
|
RUN_DEPENDS= 7za:${PORTSDIR}/archivers/p7zip
|
|
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 3
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|