2c510b4551
- Updated style database to BJCP 2004 - Added splashscreen - Added database editor tool - Minor refactoring - Export to HTML, improved printing
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/01/14 13:55:28 wulf Exp $
|
|
|
|
DISTNAME= qbrew-0.3.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.usermode.org/code.html
|
|
COMMENT= Homebrewer's recipe calculator
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|