diff options
author | arved <arved@FreeBSD.org> | 2003-03-04 17:29:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-04 17:29:40 +0800 |
commit | 3b303610b3bd8f2dc80ef5ffaa4010faf3110289 (patch) | |
tree | 55a0caf3e3f405739d14d9f146b2e695e98cfbc2 /misc/qbrew/Makefile | |
parent | d516dd41bd0604d8fc03613f46e5af1ed8ce2920 (diff) | |
download | freebsd-ports-gnome-3b303610b3bd8f2dc80ef5ffaa4010faf3110289.tar.gz freebsd-ports-gnome-3b303610b3bd8f2dc80ef5ffaa4010faf3110289.tar.zst freebsd-ports-gnome-3b303610b3bd8f2dc80ef5ffaa4010faf3110289.zip |
Update to 0.3.2
PR: 48911
Submitted by: Maintainer
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r-- | misc/qbrew/Makefile | 24 |
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> |