freebsd-ports/archivers/quazip/Makefile
Steve Wills c2fb6a937f - Update to 0.6.2
- Fixes build on 11-CURRENT

PR:		ports/186611
Submitted by:	rakuco
Approved by:	maintainer timeout (nivit, >4 weeks)
2014-03-17 15:54:22 +00:00

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>