ba1989e1ff
* 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)
26 lines
701 B
Makefile
26 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.26 2013/06/11 16:28:54 ryoon Exp $
|
|
|
|
DISTNAME= qbrew-0.4.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.usermode.org/code.html
|
|
COMMENT= Homebrewer's recipe calculator
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
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/qt4-tools/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|