mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
30d00c72b4
PR: ports/72295 Submitted by: David Johnson <david at usermode dot org> (maintainer) Approved by: Griffin Brewery, Chiswick, London (indirectly)
25 lines
456 B
Makefile
25 lines
456 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.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= david@usermode.org
|
|
COMMENT= A homebrewer's recipe calculator
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_QT_VER= 3
|
|
QT_NONSTANDARD= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/qbrew
|
|
|
|
.include <bsd.port.mk>
|