freebsd-ports/misc/qbrew/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

40 lines
884 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.5
PORTREVISION= 1
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
PORTDOCS= *
QT_NONSTANDARD= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \
--with-qt-dir=${X11BASE}
CONFIGURE_ENV= MOC=${X11BASE}/bin/moc \
UIC=${X11BASE}/bin/uic
.include <bsd.port.pre.mk>
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -E 's,^(SUBDIRS = .*) docs,\1,' \
${WRKSRC}/Makefile.in
.endif
post-install:
${STRIP_CMD} ${PREFIX}/bin/qbrew
.include <bsd.port.post.mk>