2006-09-14 10:51:36 +02:00
|
|
|
# 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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2006-09-14 10:51:36 +02:00
|
|
|
CATEGORIES= archivers kde
|
2007-02-22 02:50:19 +01:00
|
|
|
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
|
2006-09-14 10:51:36 +02:00
|
|
|
DISTNAME= 17829-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2011-07-07 19:34:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-14 10:51:36 +02:00
|
|
|
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
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-09-14 10:51:36 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|