This commit is contained in:
Thomas Klausner 2013-01-24 23:38:19 +00:00
parent 04b1ddd441
commit 5ba9d3642f

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/12/09 21:31:51 othyro Exp $
# $NetBSD: Makefile,v 1.3 2013/01/24 23:38:19 thomasklausner Exp $
#
DISTNAME= vidalia-0.3.1
@ -11,6 +11,8 @@ HOMEPAGE= https://www.torproject.org/vidalia/
COMMENT= Graphical Tor controller (alpha branch) based on Qt 4.x
LICENSE= gnu-gpl-v2
DEPENDS+= tor>=0.2.0.34:../../net/tor
FETCH_USING= wget
FETCH_BEFORE_ARGS= --no-check-certificate
@ -20,15 +22,9 @@ USE_TOOLS+= gmake mkdir
CONFIGURE_ARGS+= --with-qt-dir=${QTDIR}
DEPENDS+= tor>=0.2.0.34:../../net/tor
pre-configure:
cd ${WRKSRC} && ${MKDIR} build
#do-configure:
# cd ${WRKSRC}/build && ${CMAKE} ..
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
DEPENDS+= qt4-tools>=4.3:../../x11/qt4-tools
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"