summaryrefslogtreecommitdiff
path: root/misc/qbrew/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2004-12-27 09:11:05 +0000
committerwulf <wulf>2004-12-27 09:11:05 +0000
commit9708f390da2984150f6b4650140fcdc50009cbb4 (patch)
tree76993c916ff7dae7d9b11893d89651c1d0318317 /misc/qbrew/Makefile
parent262116e9b06698dff5d97745769e7130b266c941 (diff)
downloadpkgsrc-9708f390da2984150f6b4650140fcdc50009cbb4.tar.gz
New package QBrew: A homebrewer's recipe calculator
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r--misc/qbrew/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile
new file mode 100644
index 00000000000..8957ef83e8b
--- /dev/null
+++ b/misc/qbrew/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/27 09:11:05 wulf Exp $
+
+DISTNAME= qbrew-0.3.4
+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_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"