1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/archivers/quazip-qt5/Makefile
Raphael Kubo da Costa 4f127de519 Add archivers/quazip-qt5.
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>.
2015-12-28 18:06:09 +00:00

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>