1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/archivers/quazip/Makefile
Nicola Vitale 26251f0750 - Update to 0.7.1
- Add net/qt4-network to build dependencies and
  remove devel/qt4-testlib from run dependencies
2015-02-11 09:20:18 +00:00

19 lines
342 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= quazip
PORTVERSION= 0.7.1
CATEGORIES= archivers
MASTER_SITES= SF
MAINTAINER= nivit@FreeBSD.org
COMMENT= Qt/C++ wrapper for ZIP/UNZIP package
LICENSE= LGPL21
USES= qmake
USE_LDCONFIG= yes
USE_QT4= corelib moc_build network_build qtestlib_build
.include <bsd.port.mk>