1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/archivers/quazip/Makefile
Max Brazhnikov 5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00

20 lines
339 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= quazip
PORTVERSION= 0.5.1
#PORTREVISION= 0
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>