mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26251f0750
- Add net/qt4-network to build dependencies and remove devel/qt4-testlib from run dependencies
19 lines
342 B
Makefile
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>
|