mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
4f127de519
This is the Qt5 version of archivers/quazip. From pkg-descr: QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP archives. It uses the Qt toolkit. WWW: http://quazip.sourceforge.net/ This port was worked on by me and Tobias Berner <tcberner@gmail.com>.
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= quazip
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt/C++ wrapper for ZIP/UNZIP package
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
USE_QT5= core buildtools_build qmake_build
|
|
|
|
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=FALSE
|
|
|
|
.include <bsd.port.mk>
|