freebsd-ports/misc/qbrew/Makefile
Tilman Keskinoz 43edf066a6 Fix severe runtime issues with qt33
PR:		66191
Submitted by:	David Johnson <david@usermode.org>
2004-05-03 10:36:49 +00:00

25 lines
512 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
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.usermode.org/code/
PATCH_SITES= http://www.usermode.org/code/
PATCHFILES= qbrew-0.3.3.1.patch
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>