mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
599 B
Makefile
28 lines
599 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= 2
|
|
CATEGORIES= archivers kde
|
|
MASTER_SITES= http://www.kde-apps.org/CONTENT/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>
|