aboutsummaryrefslogtreecommitdiff
path: root/misc/qbrew/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-03-04 09:29:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-03-04 09:29:40 +0000
commit1a656496b3bb469b12eabc538df1f87fc8ed3de3 (patch)
treee7ea4eefc5fc06733726c4f418ac53e02be11476 /misc/qbrew/Makefile
parent29abd725853d8f59ead5dadf65e44c65346f8221 (diff)
downloadports-1a656496b3bb469b12eabc538df1f87fc8ed3de3.tar.gz
ports-1a656496b3bb469b12eabc538df1f87fc8ed3de3.zip
Update to 0.3.2
PR: 48911 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=76838
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r--misc/qbrew/Makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile
index 93a6e502511f..413d15eacdc3 100644
--- a/misc/qbrew/Makefile
+++ b/misc/qbrew/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qbrew
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
CATEGORIES= misc
MASTER_SITES= http://www.usermode.org/code/
@@ -14,29 +14,9 @@ MAINTAINER= david@usermode.org
COMMENT= A homebrewer's recipe calculator
GNU_CONFIGURE= yes
-
-QT_VERSION?= 3
-
-.if ${QT_VERSION} == "3"
USE_QT_VER= 3
-CONFIGURE_ARGS+=--enable-threads
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} "Configuring for use with Qt 3.x libraries."
- @${ECHO_MSG} "If you want to compile with Qt 2.x support,"
- @${ECHO_MSG} "hit Ctrl-C right now and use \"make QT_VERSION=2\""
- @${ECHO_MSG}
-.else
-USE_QT_VER= 2
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} "Configuring for use with Qt 2.x libraries."
- @${ECHO_MSG} "If you want to compile with Qt 3.x support,"
- @${ECHO_MSG} "hit Ctrl-C right now and use \"make QT_VERSION=3\""
- @${ECHO_MSG}
-.endif
post-install:
- strip ${PREFIX}/bin/qbrew
+ ${STRIP_CMD} ${PREFIX}/bin/qbrew
.include <bsd.port.mk>