ports/misc/qbrew/Makefile
Mark Linimon 7c07ef740e Fix build with gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
2019-03-12 03:52:38 +00:00

34 lines
665 B
Makefile

# Created by: David Johnson <david@usermode.org>
# $FreeBSD$
PORTNAME= qbrew
PORTVERSION= 0.4.1
PORTREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://www.usermode.org/code/
MAINTAINER= adridg@FreeBSD.org
COMMENT= Homebrewer's recipe calculator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang gl qmake qt:5
USE_GL= gl
USE_QT= buildtools_build qmake_build \
core gui printsupport widgets xml
QMAKE_ARGS= CONFIG+="configure"
QMAKE_ENV+= BINDIR="${PREFIX}/bin" \
DATADIR="${DATADIR}" \
DOCDIR="${DOCSDIR}"
OPTIONS_DEFINE= DOCS
PORTDOCS= *
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbrew
.include <bsd.port.mk>