aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-05-12 19:48:49 +0800
committermakc <makc@FreeBSD.org>2013-05-12 19:48:49 +0800
commit42c3e01f07107a7ded656f841e10cae90815ea5d (patch)
treefcff4e051f035837ff7cab73432d274b96171613 /emulators
parentc2b64d94e19f83563bdf4236c8047c64f184ed69 (diff)
downloadfreebsd-ports-graphics-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.gz
freebsd-ports-graphics-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.zst
freebsd-ports-graphics-42c3e01f07107a7ded656f841e10cae90815ea5d.zip
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qtemu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile
index e948dbf2e19..25b96564501 100644
--- a/emulators/qtemu/Makefile
+++ b/emulators/qtemu/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= makc@FreeBSD.org
-COMMENT= Qt4-based frontend for QEMU
+COMMENT= Qt 4 based frontend for QEMU
USE_BZIP2= yes
USE_QT4= gui xml uic_build moc_build qmake_build rcc_build
@@ -17,6 +17,8 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \
"qtemu" "" false
+OPTIONS_DEFINE= DOCS NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}