c2fb6a937f
- Fixes build on 11-CURRENT PR: ports/186611 Submitted by: rakuco Approved by: maintainer timeout (nivit, >4 weeks)
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quazip
|
|
PORTVERSION= 0.6.2
|
|
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 qtestlib
|
|
|
|
.include <bsd.port.mk>
|