freebsd-ports/misc/qbrew/Makefile
Tilman Keskinoz d9df87d68b Update to 0.3.3
PR:		48992
Submitted by:	maintainer
2003-04-05 20:16:44 +00:00

23 lines
421 B
Makefile

# New ports collection makefile for: qbrew
# Date created: 22 September 2000
# Whom: David Johnson <david@usermode.org>
#
# $FreeBSD$
#
PORTNAME= qbrew
PORTVERSION= 0.3.3
CATEGORIES= misc
MASTER_SITES= http://www.usermode.org/code/
MAINTAINER= david@usermode.org
COMMENT= A homebrewer's recipe calculator
GNU_CONFIGURE= yes
USE_QT_VER= 3
post-install:
${STRIP_CMD} ${PREFIX}/bin/qbrew
.include <bsd.port.mk>