summaryrefslogtreecommitdiff
path: root/misc/qbrew/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-06-11 16:28:54 +0000
committerryoon <ryoon@pkgsrc.org>2013-06-11 16:28:54 +0000
commitae7c19e38696178734b9e0676f220a22392113c0 (patch)
tree9d045a477db2db32eb237ed59beb8f1a21076982 /misc/qbrew/Makefile
parent6eafd12f736e726e0a2616d2f14173d416b1d673 (diff)
downloadpkgsrc-ae7c19e38696178734b9e0676f220a22392113c0.tar.gz
Update to 0.4.1
* Use qt4 instead of qt3. Changelog: 05/16/2008 - Use streaming XML instead of DOM 05/04/2008 - Print preview, print improvements 10/05/2007 - Import bug fixes Version 0.4.0 ------------- 09/22/2007 - Added ingredient types 08/05/2007 - BeerXML import 07/25/2007 - I18N improvements 07/20/2007 - Printing improvements 05/30/2007 - Qt 4.3.0, various improvements 07/05/2006 - Calculation corrections 03/12/2006 - Ported to Qt 4 12/03/2005 - Fix column sorting (Lee Henderson)
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r--misc/qbrew/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile
index 013540dfd07..39636f9f6d1 100644
--- a/misc/qbrew/Makefile
+++ b/misc/qbrew/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2013/06/06 12:54:49 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/06/11 16:28:54 ryoon Exp $
-DISTNAME= qbrew-0.3.5
-PKGREVISION= 13
+DISTNAME= qbrew-0.4.1
CATEGORIES= misc
MASTER_SITES= http://www.usermode.org/code/
@@ -11,14 +10,17 @@ COMMENT= Homebrewer's recipe calculator
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
USE_LIBTOOL= yes
BUILDLINK_DEPMETHOD.libXt?= build
+CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX}
+CONFIGURE_ARGS+= --qtdir=${QTDIR}
+
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/qt3-tools/buildlink3.mk"
-.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"