mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
77cda33a64
Simply, enter 'p7zip:/path_to_file/filename.7z' in konqueror to use this. Author: Raul Fernandes <rgfbr@yahoo.com.br> WWW: http://www.kde-apps.org/content/show.php?content=17829 PR: ports/101009 Submitted by: makc <makc at issp.ac.ru>
27 lines
575 B
Makefile
27 lines
575 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
|
|
CATEGORIES= archivers kde
|
|
MASTER_SITES= http://www.kde-apps.org/content/files/
|
|
DISTNAME= 17829-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
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:15
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|