mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
35ca359d57
Pointyhat to: makc Reported by: marino
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# Created by: David Johnson <david@usermode.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qbrew
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= david@usermode.org
|
|
COMMENT= Homebrewer's recipe calculator
|
|
|
|
USES= qmake
|
|
USE_QT4= moc_build uic_build rcc_build xml gui
|
|
PORTDOCS= *
|
|
|
|
QMAKE_ARGS= CONFIG+="configure"
|
|
QMAKE_ENV+= BINDIR="${PREFIX}/bin" \
|
|
DATADIR="${DATADIR}" \
|
|
DOCDIR="${DOCSDIR}"
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbrew
|
|
|
|
.include <bsd.port.mk>
|