mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5898d7df5c
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
20 lines
339 B
Makefile
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>
|